/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #603813;
}
#main {
	width: 1024px;
	height: 828px;
}
#footer {
	float: left;
	margin-top: 3px;
	width: 1024px;
	height: 50px;
	/*background-color: #302109;*/
	background-image:url(../image/footer.png);
}
#footer ul {
	padding-left: 350px;
}
#footer li {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: #A57B53;
	list-style: none;
}
#footer a {
}
