#bg_img {
	background-image:url(../images/bg.jpg);
	width:1000px;
	height:470px;
	margin:0 auto;
}
#bg_img #top {
	height: 91px;
	float: left;
	width: 1000px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#bg_img #center {
	height: 327px;
	float: left;
	width: 1000px;
	margin-top: 15px;
}
#bg_img #center .cen_left {
	float: left;
}
#bg_img #center .left {
	float: left;
	width: 30px;
}
#bg_img #center .cen_right {
	float: left;
	width: 810px;
}
#bg_img .top_right {
	float:left;
	height: 29px;
	width: 201px;
	margin-top:44px;
	padding-left:60px;
	background-image: url(../images/search.jpg);
}
#bg_img .top_right .inputs {
	width:75px;
	height:12px;
	float:left;
	margin-top:4px;
}
#bg_img #top .logo {
	float: left;
	width: 270px;
	margin-right:435px;
}
#bg_img #top .top_line {
	margin-top:13px;
	float: left;
	width: 1000px;
	height: 7px;
}
#bg_img #bottom {
	float: left;
	height: 111px;
	width:1000px;
	padding-bottom: 10px;
	padding-top: 4px;
}
#bg_img #bottom .img_01 {
	float: left;
	height: 111px;
	width: 181px;
	margin-top:4px;
	margin-right:8px;
	margin-bottom:16px;
}
#bg_img #bottom .b_left {
	float: left;
	width: 30px;
}

#bg_img #bottom .b_line {
	clear:both;
	border-bottom-color:#990000;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

#bg_img #footer {
	float: left;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
}



#bg_img #footer .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	margin-top:10px;
	text-align:center;
	width:1000px;
	float:left;
}

