@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:verdana, arial;
	font-size:12px;
	background-image:url(../images/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

#wrapper {
	margin:0 auto;
	height:1240px;
	color:#FFF;
	background-image:url(../images/main_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#content_container {
	margin:0 auto;
	width:990px;
	height:920px;
	position:relative;
}

#content {
	width:990px;
	height:920px;
	position:absolute;
	top:198px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
}

#site_link {
	height:50px;
	left:500px;
	position:absolute;
	top:455px;
	width:335px;
}

#site_link a {
	display:block;
	height:50px;
}

#video_player {
	width:345px;
	height:194px;
	position:absolute;
	left:30px;
	top:357px;	
}

#form {
	left:412px;
	position:absolute;
	top:560px;
}

#form a, #form a:visited {
	color:#e1a12b;
}

#form a:hover {
	color:#ffc864;
}

td.formfields {
	font-size:11px; 
	font-weight: bold;
}


input {
	font-size:11px;
}

select {
	font-size:11px;
}

#thankyou {
	width:990px;
	height:920px;
	position:absolute;
	top:198px;
	background-image:url(../images/thankyou_bg.jpg);
	background-repeat:no-repeat;
}

#error {
	width:990px;
	height:920px;
	position:absolute;
	top:198px;
	background-image:url(../images/error_bg.jpg);
	background-repeat:no-repeat;
}

#footer {
	color:#fff;
	font-size:10px;
	left:200px;
	position:absolute;
	top:880px;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}