@CHARSET "ISO-8859-1";

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body {
	background-color: #005479;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	font-family: 'Arial';
	font-size: 12px;
}

#contents{
	width:1000px;
	height:500px;
	margin:0 auto;
}

#top{
	background-image: url(../images/moto.jpg);
	width:282px;
	height:59px;
}

#container{
	top:59px;
	marign-left:auto;
	margin-right:auto;
	background-image: url(../images/main_BG.jpg);
	width:1000px;
	height:350px;
	position:absolute;
}

.botAd{
	top:412px;
	marign-left:auto;
	margin-right:auto;
	background-image: url(../images/main_ad.jpg);
	width:1000px;
	height:143px;
	position:absolute;
}

