@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#000000;
	text-align:center;
	min-width:800px;
	min-height:600px;
}

A:link {
	text-decoration:none;
	color:#333399;
   }

A:visited {
	text-decoration:none;
	color:#333399;
   }

A:hover {
   text-decoration:none;
   color:#993366;
   }

A:active {
   text-decoration:none;
   color:#993366;
   }

#vertical{
	float:left;
	height:50%;
	margin-top:-300px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	border:0px solid #333333;
	background:#000000;
	overflow:hidden;
	text-align:left;
	clear:both;
}

#player {
	position:absolute;
	width:375px;
	margin-left:15px;
	margin-top:320px;
	height:155px;
	border:0px solid #000000;
	text-align:left;
	clear:both;
	z-index: 5;
	background-color: #666666;
}
#text {
	position:absolute;
	width:375px;
	margin-left:15px;
	margin-top:250px;
	height:50px;
	border:0px solid #000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3D60B0;
	clear:both;
	z-index:6;
	background-color: #000000;	
}
.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-weight: bold;
}