@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#0a0a0a;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	min-width: 990px;
	width: auto !important;
	width: 990px;
}
.website{
	width:910px;
	padding-left:40px;
	padding-right:40px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}
#logo{
	position:absolute;
	margin-top:35px;
}
#parex{
	position:absolute;
	margin-left:760px;
	margin-top:40px;
	border:0px;
}
.slideshow{
	position:absolute;
	border-top:1px solid #a9a9a9;
	width:890px;
	margin-top:150px;
	padding-top:15px;
	padding-bottom:10px;
}
.footer{
	position:absolute;
	margin-top:620px;
	width:910px;
	text-align:center;
	color:#FFF;
	font-size:12px;
}
.footer a{
	color:#FFF;
}
