* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	background: #7b8b53 url('images/bg_low.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #dccdb5;
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
}
a {
	color: #e7d9c1;
	text-decoration: none;
}
a:visited {
	color: #e7d9c1;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
td {
	font-size: .7em;
	vertical-align: top;
}
.transparent {
	-moz-opacity:.87;
	filter:alpha(opacity=87);
	opacity:.87;
}
#wrapper {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#logo-bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 780px;
	height: 110px;
	background: #7b8b53;
}
#logo-img {
	position: relative;
	top: 20px;
	text-align: center;
}
#nav-bg {
	position: absolute;
	top: 110px;
	bottom: 0px;
	width: 780px;
	height: 40px;
	background: #6b4e22;
}
#nav-text {
	position: relative;
	text-align: center;
}
#nav-text a, #nav-text p {
	padding: 10px;
}
#separator {
	position: absolute;
	top: 150px;
	width: 780px;
	height: 5px;
	background: #e7d9c1;
}
#dude {
	position: absolute;
	top: 155px;
	width: 780px;
	height: 570px;
	background: url('images/home_robe.JPG');
	background-repeat: no-repeat;
}
#dude-text {
	position: relative;
	top: 15px;
	left: 50px;
	width: 350px;
	height: 475px;
}