body{
 padding:0;
 margin:0;
 color:#4d4d4d;
 background:url(img/bg.jpg) center;
 background-attachment:fixed;
 font-size:12px;
 line-height:150%;
}

#layout{
	width:852px;
	margin:0 auto;
	text-align:center;
	background:#ffffff;
}
#top_txt{
	width:809px;
	margin:10px auto;
	text-align:center;
    height:440px;
	background:url(img/main_bg.jpg) no-repeat center;
}
#t_txt{
	width:750px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:190%;
	padding-top:10px;
}
#news{
	width:809px;
	text-align:left;
	height:143px;
	background:url(img/news_bg.jpg) no-repeat center;
}
#news_txt{
	text-align:left;
	font-size:12px;
	line-height:180%;
	padding:50px 0 10px 70px; 
}


#footer{
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	margin:10px 0;
}
#footer a:link{
	text-decoration:underline;
	color:#FF0000;
}
#footer a:active{
	text-decoration:none;
	color:#FF0000;
}
#footer a:hover{
	text-decoration:none;
	color:#FF0000;
}
#footer a:visited{
	text-decoration:none;
	color:#FF0000;
}
.f_red{
	color:#FF0000;
}
.f_small{
	font-size:10px;
}
.f_pink{
	color:#FF33CC;
}

.cl{
	clear:both;
	height:1px;
}
.item{
	margin:3px;
	border:1px solid #cfcfcf;
}