@charset "utf-8";
/* CSS Document */

body{
	background-color:#363941;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper{
position: relative;
width: 800px;
height: auto;
margin-right: auto;
margin-left: auto;
}

.main{
width: 100%;
height: auto;
background-repeat: repeat-x;

background-position: top center;
padding: 20px 0px 35px 0px;
}

.content {
background-color: #bed2e5;
width: 885px;
height: auto;
padding: 10px 10px 5px 10px;
}

.head {
background-color: #303338;
width: 885px;
height: auto;
padding: 10px 10px 5px 10px;
}	