@import "reset.css";
@import "common.css";

#index h1{
	padding:50px 0px 0px 0px;
}

#about_site{
	margin:30px 0px 30px 0px;
	font-size:15px;
}

.section{
	background-image:url(../images/section.png);
	background-repeat:no-repeat;
	width:300px;
	height:62px;
}

#section{
	width:945px;
}

#section li{
	background-image:url(../images/section.png);
	background-repeat:no-repeat;
	width:300px;
	height:62px;
	margin:0px 0px 15px 15px;
	float:left;
}

#index h2{
	font-size:17px;
	padding:20px 0px 0px 10px;
}

#sponsored{
	text-align:center;
	padding:30px 0px 30px 0px;
	clear:both;
}