body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	

	}




a {
	color: #ffffff;
	text-decoration: none;
}
	
.hidden {
	display: none;
	
	}
	

	
	#imagecontainer {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 212px;
	height: 183px;
	background-color:#1a396b;
	overflow:hidden;
	background-color:ffffff;
	}
	
	#imagecontainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}



	
	#the_main_box {
	position:absolute;
	top: 50%;
	left: 50%;
	width:1001px;
	height:567px;
	margin-top: -285px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px;
	
}


#tune_box {
	position:absolute;
	top: 0%;
	left: 0%;
	width:0px;
	height:0px;
	
}

#text_box {
	position:absolute;
	top: 510px;
	left: 74px;
	width: 625px;
	height: 91px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.bold {
font-weight:bold;}



#video_box {
	position:absolute;
	bottom: 5px;
	right: 8px;
	width: 150px;
	height: 15px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#video_box a {
color:#666666;
}