body {
	margin: 0;

	background-color: #f0e7d8;
	color: #2d3824;
}

#bg {
	width: 692px;
	height: 598px;
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	margin-left: -406px;
	margin-top: -349px;
	
	background: url(./front.gif) center no-repeat;
}

a:link,a:visited {
	color: #4f663e;
	background-color: inherit;
	
	text-decoration: none;
}
a:link:hover,a:visited:hover {
	text-decoration: underline;
}

#ohfive {
	width: 100px;
	height: 40px;
		
	position: relative;
	top: 490px;	
	left: 108px;
	
	margin-bottom: 1px;	
	cursor: pointer;
}
#ohfive:hover {
	border-bottom: 1px dashed #2d3824;
}

#ohsix {
	width: 100px;
	height: 40px;
	
	position: relative;
	top: 450px;
	left: 243px;
	
	cursor: pointer;
}
#ohsix:hover {
	border-bottom: 1px dashed #2d3824;
}

#ohseven {
	width: 100px;
	height: 40px;

	position: relative;
	top: 410px;
	left: 378px;
	
	cursor: pointer;
}
#ohseven:hover {
	border-bottom: 1px dashed #2d3824;
}

#oheight {
	width: 100px;
	height: 40px;

	position: relative;
	top: 370px;
	left: 513px;
	
	cursor: pointer;
}
#oheight:hover {
	border-bottom: 1px dashed #2d3824;
}
#copyright {
	position: absolute;
	
	top: 92%;
	left: 90%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	text-align: right;
}