body{background-color:#000000; margin-top:0px;}

#conatiner{
	width:auto;
	height:700px;
	border:solid;
}

#header{width:100%; height:259px; background-image:url(images/banner2.jpg); background-repeat:no-repeat; background-position:center;}

#navi{
	width:200px;
	height:400px;
	float:left;
	margin-top:10px;
	
}


#video{
	width:auto;
	height:391px;
	float:left;
	border: 5px inset #CC3300;
	margin-top:12px;
}

#footer{
	width:100%;
	background-color:#cc3300;
	height:40px;
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-top:05px;
}

