/* Website designed by allproducts.com */

body {
	margin: 0px;
	background-color: #DCDCDC;
	text-align: center;
}
div.top {
	height: 5%;
	margin: auto;
	background: url(images/bg01.jpg) center bottom no-repeat;
	}
div.main {
	height: 367px;
	margin: auto;
	background: url(images/bg02.jpg) no-repeat center top;
	}
div.down {
	height: 179px;
	margin: auto;
	background: url(images/bg03.jpg) center top no-repeat;
	}
div#enter {
	width: 778px;
	height: 30px;
	left: 50%;
	margin-left: -389px;
	position: absolute;
}
div#bt01 a{
	width: 88px;
	height: 30px;
	background: url(images/bt.jpg) no-repeat left top;
	float: left;
	margin-left: 227px;
	}
div#bt01 a:hover{
	background: url(images/btr.jpg) no-repeat left top;
	}
div#bt02 a{
	width: 85px;
	height: 30px;
	background: url(images/bt.jpg) no-repeat right top;
	float: left;
	}
div#bt02 a:hover{
	background: url(images/btr.jpg) no-repeat right top;
	}