html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				list-style: none;
				margin: 0;
				padding: 0;
}
html {
	background-image: url(images/fade.png);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	height: 800px;
	margin: 0 auto;
	z-index: 1;
}
#back_1 {
	width: 800px;
	height: 162px;
	background-image: url(images/back_01.png);
}
#back_2 {
	width: 800px;
	height: 200px;
	background-image: url(images/back_02.png);
}
#back_3 {
	width: 800px;
	height: 178px;
	background-image: url(images/back_03.png);
}
#back_4 {
	width: 800px;
	height: 152px;
	background-image: url(images/back_04.png);
}
#back_5 {
	width: 800px;
	height: 108px;
	background-image: url(images/back_05.png);
}
#page {
	width: 800px;
	height: 800px;
	margin: 0 auto;
	position: absolute; top: 0px; right: auto; bottom: 0px; left: auto;
	z-index: 5;
	color: #fff;
}
#top {
	width: 660px;
	height: 211px;
	margin: 235px 70px 4px 70px;
}
#pic1 {
	width: 207px;
	height: 211px;
	float: left;
	margin: 0px 12px 0px 1px;
}
#pic2 {
	width: 207px;
	height: 211px;
	float: left;
	margin: 0px 6px 0px 7px;
}
#pic3 {
	width: 207px;
	height: 211px;
	float: left;
	margin: 0px 0px 0px 13px;
}
#nav {
	width: 800px;
	height: 25px;
	font-size: 12px;
	margin: 25px 0px 0px 0px;
}
#nav1 {
	width: 480px;
	height: 20px;
	margin: 0px 0px 0px 70px;
	float: left;
}
#nav2 {
	width: 180px;
	height: 20px;
	margin: 0px 70px 0px 0px;
	text-align: right;
	float: left;
}
#nav a {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	text-decoration: none;
	color: #fff;
}
#bottom {
	width: 690px;
	height: 290px;
	font-size: 11px;
	margin: 5px 20px 5px 60px;
	padding: 0px 30px 0px 0px;
	overflow: auto;
}
#bottom h1 {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 0px;
}
#bottom h2 {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 0px;
}
#bottom p {
	font-size: 11px;
	color: #9e6109;
	padding: 5px 0px 5px 0px;
}
#footer {
	width: 800px;
	height: 15px;
	float: none;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #47361d;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
}
#footer a {
	text-decoration: none;
	color: #47361d;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
.white {
	color: #fff;
}
.image {
	float: right;
	padding: 5px;
}