@charset "utf-8";
/* CSS Document */


body {
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	text-align:center;
}


#page {
	width:800px;
	/*margin-left:auto;
	margin-right:auto;*/
	margin-bottom:auto;
	margin-top:5px;
	background-color:#FFF;
	border: 4px solid #da6c99;
	position:relative;
	text-align:left;
}

#main {
	width:700px;
	background-image:url(../images/background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	margin-top:0px;
	
}

#advertDivL {
	position:absolute;
	left:-280px;
	width:220px;
	top:180px;
}

#advertDivR {
	position:absolute;
	left:820px;
	width:220px;
	top:180px;
}

#advertDivL img {
	margin-bottom:40px;
}

#advertDivR img {
	margin-bottom:40px;
}








