body {
	margin:0px; 
	padding:0px;
	background: #000000 url('../images/rock.jpg'); 
	color: #443322;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
img {
	border: 0px;
}
a:link, a:visited, a:active {
	color:#337722;
	text-decoration:none;
}
a:hover {
	color:#669944;
	text-decoration:none;
}

.wrapper {
	width:880px;
	background: url('../images/bg.jpg') top left repeat-y; 
	height:100%;
	margin: 0 auto;
}
.banner {
	width: 880px;
	height: 107px;
	padding: 50px 0;
	background: url('../images/leaves.gif') top right no-repeat;
	text-align: center;
}
.main {
	width:830px;
	height:100%;
	padding-right:20px;
	margin: 0 auto;
}
.footer {
	width: 100%;
	padding: 75px 0 5px 0;
	background: url('../images/footer.gif') top center no-repeat;
	text-align: center;
}
.topbtn {
	height: 40px;
	text-align: center;
	cursor:hand;
	cursor:pointer;
	font-size: 16px;
}