body {
	background: #000;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 760px;
	height: 598px;
	background: url(images/bg.jpg);
	margin: 0 auto;
	position: relative;
}	

#button {
	position: absolute;
	top:  353px;
	left: 230px;
	border: 0;
	}

a {
	border: 0;
	}


#PreloadMessage { position:absolute; z-index: 2; width:760px; height:598px; background-color:#000; text-align:center; }

#PreloadMessage p { color: #FFFFFF; padding: 150px 20px 0 20px; }
	
#LoadProgress { visibility: hidden; }


#VideoPlayerSection { margin-left: -8000px; clear: both; }  