@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	background-color:#000;
	}
	body a {
		color:#C33;
	}
	body a:hover {
		color:#C90;
	}

#header {
	position:absolute;
	height:150px;
	width:100%;
	/*margin:0px 0px 0px 0px;*/
	top:0px;
	left:0px;
	background-image:url(img/header.jpg);
	background-repeat:repeat-x;
	}
	#logo {
		width:700px;
		margin: 0px auto 0px auto;
		text-align:center;
	}
#wrapper {
	position:relative;
	width:700px;
	margin: 150px auto 20px auto;
	}
	#video {
		width:100%;
	}
	#footer {
		padding-top:10px;
		height:75px;
		width:100%;
		text-align:center;
		border-top:thin:#C30;
	}


