body {
	margin:0px 0px 0px 0px;
	background:#FFFFFF url(images/mainbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	display:block;
	width:100%;
	height:100%;
}
#container{
	display:block;
	position:absolute;
	width:100%;
	height:550px;
	top:50%;
	margin-top:-275px;
}
.main_content{
	width:760px;
	height:550px;
	background:url(images/mainback.jpg) no-repeat;
	
}
.header{
	width:205px;
	height:92px;
	float:right;
}
.content{
	width:660px;
	height:387px;
	float:right;
}
.footer_top{
	width:760px;
	height:36px;
	text-align:right;
	clear:both;
}
.footer_link{
	width:438px;
	height:36px;
	float:right;
	padding-right:10px;
}
.footer_bottom{
	width:440px;
	height:25px;
	float:right;
	padding-right:17px;
	padding-top:10px;
	font-size: 11px;
	color: #FFFFFF;
}
.footer_left{
	width:300px;
	height:25px;
	float:left;
}
.footer_right{
	width:110px;
	height:25px;
	float:right;
}
a.footer:link,a.footer:active,a.footer:visited{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}