body{
	font-size:12px;
	background:#000;
	line-height:150%;
	margin:0px;
	background:url(images/bg_body.gif);
	color:#666;
	font-family:monospace;
}
img{
	border:0px;
}
p{
	margin:0px;
	padding:0px;
}

#container{
	width:800px;
	background:#f0f0f0;
	margin:0 auto;
}
#header{
	width:800px;
	height:170px;
	background:url(images/bg_header.jpg) no-repeat;
}
#header h1{
	font-size:9pt;
	width:180px;
	float:left;
	font-weight:normal;
	display:none;
}
#header h2{
	font-size:9pt;
	width:580px;
	float:right;
	text-align:right;
	font-weight:normal;
	display:none;
}
#header_menu{
	float:right;
}
#ad{
	text-align:right;
	margin:30px 10px 10px 10px;
	clear:both;
	width:348px;
	height:88px;
	border:1px solid #ccc;
}
#footer{
	width:760px;
	height:30px;
	font-size:10px;
	padding:10px 20px;
	line-height:140%;
	background:url(images/bg_footer.gif);
	color:#fff;
	font-family:sans-serif;
}
#footer_comment{
	width:70%;
	float:left;
}
#copyright{
	width:30%;
	float:right;
	font-family:serif;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix {
	min-height:1px;
}
* html .clearfix {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}