BODY {
	font-family: arial, times new roman;
	font-size: 80%;
	text-align: center;
	background-color: #D7CCB0;
	margin: 10px;
}

#wrap {
	width: 470px;
	position: relative;
	text-align: justify;
	background-image: url('images/bg.jpg');
	margin: 0 auto;
}

#header {
	height: 159px;
}

#main {
	width: 440px;
	position: relative;
	margin-left: 15px;
}

#footer {
	height: 20px;
	position: relative;
	background-image: url('images/foot.jpg');
}

#credit {
	width: 470px;
	position: relative;
	text-align: center;
	font-size: 70%;
	margin: 0 auto;
}

h1 {
	line-height: 14px;
	font-size: 14px;
	color: #877C60;
	letter-spacing: 5px;
	border-bottom: 1px solid #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #766B4F;
}

a:hover {
	text-decoration: underline;
	color: #000;
}