html
{
    background-color: #b18864;
}

.header
{
	background-image: url('../img/header2.png');
	width: 800px;
	height: 200px;
}

body
{
	width: 804px;
	margin: 0px auto;
	background-color: #ffffff;
	font-family: arial;
	font-size: 14px;
}

.wrapper
{
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

.footer
{
	background-image: url('../img/footer.png');
	width: 804px;
	height: 100px;
	text-align: center;
	font-size: 10px;
}
