* { color: #000000; 
}

html {
	text-align:center;
	margin: auto;
	width:100%;
	height:100%;
}

body {
	text-align:center;
	background-color:#c0c0c0;
	margin: auto;
	min-width:708px;
	height:100%;
	color: #000000; 
}

#main {
	position:relative;
	width:708px;
	height:780px;
	overflow:hidden;
	margin: auto;
	margin-top:10px;
}

#main_top {
	position:relative;
	width:708px;
	height:493px;
	background: url(img/tow_top.jpg) no-repeat;
	overflow:hidden;
}

#player{
	position:absolute;
	width:512px;
	height:308px;
	top:182px;
	left:98px;
}


#main_bottom {
	position:relative;
	width:708px;
	height:269px;
	overflow:hidden;
}

