@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container {
	width: 1240px;
	text-align: left;
	background-color: #000000;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#insideLink{
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 20px;
	padding-left: 210px;
}

#outsideLink{
	width: 150px;
	float: right;
	text-align: right;
	padding-right: 180px;
}

.ClearBoth{
	clear: both;
	background-color: #333;
	height: 3px;
}

#Vedio{
	width: 600px;
	height: 400px;
	float: left;
	padding-top: 165px;
	padding-left: 332px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

#Flash{
	width: 800px;
	height: 400px;
	float: left;
	padding-top: 171px;
	padding-left: 261px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

#container #header #insideLink a {
	color: #666;
	font-weight: bolder;
	text-decoration: none;
}

#container #header #insideLink :hover {
	color: #CCC;
	font-weight: bolder;
	text-decoration: none;
}

#container #MainBody #Vedio #back {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-right: 50px;
	margin-top: 10px;
}

#container #MainBody #Vedio #back :hover {
	color: #CCC;
	text-decoration: none;
}
#container #MainBody #Vedio #back a {
	color: #666;
	text-decoration: none;
}

