html, body {
	margin:0;
	padding:0;
	background:#3b5a66 url(../images/bg.jpg) top left repeat-x;
	height:100%;
	font-family:tahoma;
	font-size:13px;
	color:#000000;
	line-height:18px;
}

#main {
	margin:auto;
	width:890px;
	background:#ffffff;
	min-height:100%;
	overflow:hidden;
}
* html #main {
	height:100%;
	overflow:visible;
}

#head {
	position:absolute;
	width:976px;
	height:181px;
	overflow:hidden;
	background:url(../images/head.jpg);
	margin-left:-43px;
}

#menu {
	overflow:hidden;
	margin-left:43px;
	margin-top:143px;
}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu ul li {
	float:left;
}

#content {
	padding-top:181px;
}
#content_in {
	padding-bottom:61px;
}

#foot {
	height:60px;
	background:#eeeeee;
	border-top:1px solid #bfbfbf;
	width:890px;
	margin:auto;
	margin-top:-61px;
}