@charset "UTF-8";
/* 
	"Nothing is impossible for the man who doesn't have to do it himself." -A. H. Weiler
*/

html {
	background-image: url('background_tile.jpg');
	background-repeat: x-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: black;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #E0E0E0;
	line-height:150%;
	height: 100%;
	overflow: hidden;
}

.logo {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 184px;
	height: 32px;
	margin: 20px;
	
}

.content {
	border-bottom: 1px solid  #777;
	width:100%; 
	height: 450px;
	float:left;
	
}

.contentbody {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 100px;
	
}

.contentbody a {
	display:block;
	color: white;
	text-decoration: none;
}

.contentbody a img {
 border: none;	
}

.backdrop {
	background-attachment: fixed; 
	background-position: center center;
	background-repeat: no-repeat; 
	background-image: url('background.jpg'); 
	
	
	height: 1024px; 
	margin-bottom: -1024px;	
}

.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
   text-align: center;
   font-size: 14px;
   color: #949494;
   
}