@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}
body, html {

	background-color:#AEC157;
}
a {font-size: 0.875em; font-weight: bold; color: #FFF; text-decoration: none; font-family: Arial, helvetica;}
a:hover {text-decoration: underline; color: #00314F;}
#video {margin-top: 4%}
#video-block {
	border: 1px solid #00314F;
	padding:15px;
	background-color: #000;
	height:500px;
	margin: 0 auto;
	width: 887px; }

#flashContent {
	width:720px;
	height:480px;
	border: 1px solid #FFF;
	margin:0 auto;
	position:relative;
	top:75px;
	background-color:#000000;
}

#return {height:20px; width:100%; background-color:#696969; padding-top:5px; text-align:right; color:#FFFFFF;}
#return a {color:#FFFFFF; text-decoration:none; margin-right:3%; font-size:0.75em; font-weight:normal;}
#return a:hover {text-decoration:underline;}