* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000000;
	font:13px Times,serif;
	color:#9B7645;
    text-align:center;
}

#bg {
	width:340px;
	height:210px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-105px -170px;
	background-color:#3B2914;
	border-left:1px solid #442F0F;
	border-right:1px solid #584426;
    text-align:left;
}

img {
	position:absolute;
	width:359px;
	height:40px;
	left:-9px;
}

#header {
	top:-40px;
}

#footer {
	top:210px;;
}

#about {
	width:260px;
	margin:20px 30px 15px;
	padding:9px;
	border:1px solid #836339;
	background-color:#49341B;
	text-align:center;
}

h1 {
	position:relative;
	color:#A07D4E;
	font-size:15px;
	text-align:center;
	font-weight:normal;
}

h1 img {
	position:static;
	width:30px;
	height:18px;
	margin:0 5px;
}

p 	{
	margin:20px;
	text-align:center;
}

a {
	text-decoration:none;
	color:#AD8E64;
}

a:hover {
	color:#B59871;
}
