<!--
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
} 
body {
	background-color: #05120c;
	color: #fff97b;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}

#main{
	
	width:920px;	
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
}
#head{
	margin-top:35px;
	padding:2px;
	background:url(images/header.jpg) center no-repeat;
	width:920px;
	height:715px;
}
#head .left{
	float:left;
	width:405px;
	height:715px;
	position:relative;
}
#head .right{
	float:left;
	padding-top:95px;
	width:500px;
	height:615px;
	position:relative;
}
#head .button{
	position:absolute;
	top:150px;
	right:0;
	width:200px;
}
#head .button2{
	position:absolute;
	top:480px;
	right:0;
	width:325px;
}

#head .player{
	position:absolute;
	top:470px;
	right:0;
	width:325px;
}
#page{
	width:920px;
}
#page .left{
	width:580px;
	float:left;
	
}
#page .title{
	font-size:29px;
	font-weight:bold;
	margin:0; 
	padding:0;
	border-bottom:2px solid;
}
#page .right{
	width:320px;
	float:right;
	position:relative;
	height:660px;
	display:table-cell;
}
#page h1{
	font-size:29px;
	margin:0; 
	padding:0;
	border-bottom:2px solid;	
}
#page .l1{
	float:left;
	width:345px;
	text-align:center;
	height:230px;
}
#page .l2{
	float:right;
	width:235px;
	height:230px;
}
#page .bottomright{
	position:absolute;
	bottom:0;
	right:0;
	width:190px;
}
#page .content{
	color:#c1a14e;
	font-size:16px;
	font-weight:bold;
}
-->