@charset "utf-8";
<!--
html{
	height: 100%;
	overflow: hidden;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#flashcontent{
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
#wrapper{
	height: 100%;
	width: 1px;
	position: absolute;
	display: block;
	z-index: 500;
	overflow: hidden;
}
#videocontent{
	top: 50%;
	position: absolute;
	display: block;
	z-index: 500;	
}
#video{
	position: absolute;
	height: 264px;
	width:470px;
	top: -132px;
	left: 15px;
	background-color: #000;
	overflow: hidden;
}
#buybutton{
	position: absolute;
	height: 70px;
	width:70px;
	top: -200px;
	left: 300px;
	overflow: hidden;
	z-index: 500;
}
-->

