@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	background:#666666;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#header {
	background:#333;
	height:100px;
	width:auto;
}

#header_in{
	text-align:left;
	width:960px;
	margin:auto;
}

#main {
	background:#CCC;
	width:960px;
	margin: 0 auto;
	clear:both;
}

#footer {
	background:#333;
	height:100px;
	width:auto;
}

.main-top {
	background:#CCFF33;
}

.main-bottom{
	background:#999;
	clear:both;
	width:960px;
}
