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

body {
	width: 100%;
	height: 100%;
	background-color: #837c70;
}

#main {
	height: 840px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#footer {
	width: 100%;
	height: 25px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #42372a;
}

.footer {
	text-decoration: none;
	color: #42372a;
}

.footer:hover {
	text-decoration: underline;
	color: #42372a;
}