@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#273236;
	background-image:url(../images/main_background_index.png);
	background-position: 0px -98px;
	background-repeat:repeat-x;
	
}

.main_wr{
	float:left;
	width:100%;
	min-height:900px;
	background:url(../images/middle_background_index.png) center top no-repeat ;
	text-align:center;
	padding:25px 0px 0px;
	text-align:center;
	
}