body{
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../img/s.png);
	background-position: right top;
	background-repeat:no-repeat;
}
#wrap{
     
}
#center_box{
	position:rerative;
  	min-width: 400px; 
  	min-height: 350px;  
}
#content{
	position: absolute;
  	width:400px;
  	height:350px;
  	margin-top:-250px;
  	margin-left:-200px;
	top: 50%;
	left: 50%;
}
#map{
	width:62px;
	margin:20px auto 0;
	
	position: absolute;
  	width:62px;
  	height:24px;
  	margin-top:120px;
  	margin-left:-31px;
	top: 50%;
	left: 50%;
}
#footer{
    height:200px;
	background:url(../img/bar.gif);
	background-position:center;
}
#footer_box{
	width:735px;
    height:40px;
	margin:0 auto;
	padding-top:80px;
}