body{
	background: #5C3D20 url("background.jpg") no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: 'myriad pro', corbel, helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 0.8em;
}

a, a:hover, a:visited {
	color: #996633;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -347px;
	text-align: center;
	min-width: 896px; 
}

#mainwrapper {
	background-color: transparent;
	position: relative;
	text-align: justify;
	width: 876px;
	height: 671px;
	margin: 0px auto;
	padding: 10px;
}

/* navigation things */

#main_nav {
	height: 40px;
	width: 630px;
	position: absolute;
	top: 395px;
	left: 100px;
	background: url(spacer.gif) repeat;
}

#main_nav li {
	list-style: none;
	display: inline;
}

#main_nav a {
	margin: auto;
	text-indent: -9999px;
	height: 40px;
	float: left;
}

li#about a {
	width: 80px;
	background-position: 0px 0px;
}

li#rabbit a {
	width: 100px;
	background-position: -80px 0px;
}

li#supplies a {
	width: 150px;
	background-position: -180px 0px;
}

li#gallery a {
	width: 100px;
	background-position: -330px 0px;
}

li#pedigree a {
	width: 100px;
	background-position: -430px 0px;
}

li#contact a {
	width: 100px;
	background-position: -530px 0px;
}

div.ribbon{
position:absolute;
left:100%;
top:0px;
overflow:visible;
height:250px;
width:250px;
background-color:transparent;
margin:0 0 0 -250px;
padding:0;
z-index:1000000000;
border:none;
float:none;
}