body {
	padding:0px;
	margin:0px;
	background-color: #fff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
body#video {
	background-color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
#hideme {
    display: none;
}
#content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 600px;
	margin-top: -300px;
	margin-left: -300px;
}
#videoContent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	height: 255px;
	margin-top: -127px;
	margin-left: -160px;
/*	background-color:#f00;*/
}