@charset "utf-8";
/* CSS Document */
html, body {height:100%;}
body {	background-color:#000;	margin-left: 0px;	margin-top: 0px; margin-right: 0px;	margin-bottom: 0px; height:100%;}

.border {border:thin solid red;}
.floaterright {float:right;}

#wrapper {	background: url(background.jpg) no-repeat center top;	width:100%;  height:550px;}
.content {	margin-left:auto;	margin-right:auto; width:1000px; height:100%;}

	.text {	font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#FFF; line-height:20px; width:420px; text-align:left;}
	.awards {	float:left;	width:350px;}
	.enter {float:right;	width:415px;}
	.footer {	width:550px; font-family:Verdana, Geneva, sans-serif;	font-size:10px;	color:#FFF;}
	.logo {width:60px;}
