@charset "utf-8";
/* CSS Document */
body{
background:#000 url(../images/body_bg.jpg) no-repeat;
background-position:center top;
margin:0;
padding:0;
font-family:Verdana, Geneva, sans-serif;
}
#container{
	height:500px;	
}
#content_left{
	width:64%;
	float:left;
}
#content_right{
	background:url("../images/right_bg.jpg") no-repeat scroll left top transparent;
	float:right;

	width:35%;
	text-align:left;
}
#topmsg{
	background:url(../images/msg_bg.jpg) no-repeat;
	height:140px;
	color:#FFF;
	text-align:left;
	font-size:14px;
	padding:15px;
}
#content{
	overflow:hidden;
	padding-left:4.6%;
	width:1017px;
}
#middle_left{
	background:url(../images/mid.jpg) no-repeat right top;
	margin-right:-4px;
	text-align:left;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#bottom_msg{
	background:url(../images/left_bg.jpg) no-repeat;
	height:140px;
	color:#FFF;
	text-align:left;
	font-size:14px;
	padding:15px;
}
