html, body {
	background-color: #fff;
	height:100%;

} 

body {overflow:hidden;}

#container {
	position:absolute; 
	width: 100%; 
	height: 100%; 
	z-index: 100; 
	left: 10px; 
	top: 10px;
	bottom: 10px;
	padding: 5px;
}

#button {
	width: 143px;
	height: 158px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -71px;
	margin-top: -79px;;
}

#video
{
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin-bottom: 0px;

}

#header
{
	clear: none;
	height: 50px;
}


#footer
{
	clear: both;
	height: 20px;
}
