
body {
	background:#000;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}

div, h1, h2, h3, h4, h5, h6, ul, li {
	margin:0;
	padding:0;
}

#wrap {
	width:770px;
	height:350px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}
#index_header {
	width:100%;
	text-align:center;
}

#index_center {
	width:100%;
	text-align:center;
	margin-top:60px;
}

#index_center h1 {
	text-transform:uppercase;
	color:#D89B2C;
	font-size:14px;
	font-weight:normal;
}

#index_center h1 a {
	color:#D89B2C;
	text-decoration:none;
}

#index_center h1 a:hover {
	color:#E1B460;
	text-decoration:none;
}

#index_footer {
	width:100%;
	background:url(../img/index_footer.jpg) center top no-repeat;
	height:115px;
	margin-top:60px;
	vertical-align:middle;
}

#index_footer_content {
	margin:20px;
	height:90px;
	color:#333;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

#index_footer_content a {
	color:#333;
	text-decoration:none;
}
#index_footer_content a:hover {
	color:#666;
	text-decoration:underline;
}