html, body, #content { 
	height:100%; 
	height:100%;
	background:#F1EACD url('../images/html_bg.jpg') no-repeat top center;
	overflow:hidden;
	font-family:century gothic, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
body { 
	margin:0; 
	padding:0; 
	overflow:hidden;
}

#content {
	width:100%; 
	height:100%; 
	text-align:center; 
	vertical-align:middle;
}

#desc {
	height:400px;
	margin:210px auto auto;
	text-align:left;
	width:915px;
}

a {
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}

h1{
	font-weight:normal;
	font-size:35px;	
}