@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#main_wrap {
	width: 570px;
	padding-top: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 100px;
}
#main_wrap h1 {
	text-indent: -9999px;
	height: 290px;
	width: 570px;
	background-image: url(img/main.jpg);
}
#main_wrap .ad {
	padding-top: 200px;
	width: 570px;
	padding-bottom: 100px;
	text-align: center;
}
