html, body { margin: 0; padding: 0; height: 100%; background-color: #3b2920; background-image: url(../img/background.gif);}

h1 {
	font: 48px "Helvetica", Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #75673f;
}

.body {
	font: 12px "Helvetica", Arial, sans-serif;
	color: #75673f;
}

.copyright, .smallbody {
	font: 9px "Helvetica", Arial, sans-serif;
	color: #75673f;
}

.copyrightsymbol {
	font: 9px "Verdana", sans-serif;
	color: #75673f;
}


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

a:hover, a:active {
	background-color: transparent;
	border-bottom: 1px dotted #958351;
}

#content {
	width: 456px;
	height: 300px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -220px; 
	margin-top: -100px; 
}

#footer {
	text-align: center;
}

#name {
	background: url(../img/name.gif) no-repeat;
	width: 456px;
	height: 77px;
}

#email {
	margin: -21px 0 0 97px;
	padding: 0.5em 0.5em 3em 0.5em;
}

.emailtext {
	background: url(../img/email.gif) no-repeat;
	width: 262px;
	height: 15px;
	display: block;
	float: left;
	font-size: 1px;
	text-indent: -10000px;
	padding: 0 0 2px 0;
}