html { margin:0; padding:0; width: 100%; height: 100%; overflow: hidden; }
body { color: #ccc; background-color: #000000; background-image: url(stv_back.jpg); margin: 0; padding: 0; text-align: center; background-position: center; background-repeat: no-repeat; vertical-align: middle; width: 100%; height: 100%; overflow: hidden; }
#cover {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;
	z-index: 1;}
#copy { background-color: #000000; 
margin: 0; 
padding: 0; 
z-index: 1; 
width: 100%; 
height: 100%; 
overflow: hidden; 
visibility: hidden; }

#contents { background-color: #000; width: 768px; height: 576px; z-index: 2; overflow: hidden; margin:0; padding: 0; }
table {
	width:768px; 
	height:576px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	border-collapse:collapse; 
	border:0px; 
	margin-left:-385px; 
	margin-top:-300px; 
}

td { 
	border-collapse:collapse; 
	border:0px;
} 