@charset "utf-8";
* {
	margin: 0;
	padding: 0;

}

img {
	border: 0;
	font-size: 0px;
}
body {
	background: #87CFF8 url(../images/bg_body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 62.5%;
}
#main {
	width: 100%;
	background: url(../images/bg.png) no-repeat;
	margin: 0 auto;
	position: absolute;
	min-width: 1000px;
	overflow: hidden;
	min-height: 1858px;
	left: 0px;
}
#head {
	height: 200px;
	position: relative;
}
#heading {
	height: 217px;
	position: absolute;
	background: #333 url(../images/bg_heading.jpg);
	top: 200px;
	left: 0px;
	width: 100%;
	z-index: 0;
}
#content {
	margin: 0px 9% 0px;
	position: relative;
	z-index: 8;
	height: 1%;
	min-height: 1858px;
}
#footer {
	clear: both;
	border-top: #e9e4d8 solid 3px;
	position: relative;
	height: 100px;
	top: 100%;
	margin-top: 10px;
	width: 100%;
	left: 0px;
	z-index: 100;
}


.clear {
	clear: both;
}
=

