* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
html {
	height: 100%;
}
body {
	background: #c6b599 url(../i/bg_main_home.jpg) 0 14px repeat-x;
	font: 75% "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	
}
	#wrapper {
		background: transparent url(../i/bg_top.gif) repeat-x;
	}
		#contentWrapper {
			width: 74.4em;
			margin: 0 auto;
			padding:  15px 0 0 0;
			line-height: 0em;
		}
			#contentWrapper img {
			}
				#contentWrapper img#wolf {
					width: 74.4em;
					height: 29.75em;
				}
				#contentWrapper img#enter {
					width: 74.4em;
					height: 14.45em;
				}
				#navigation {
					position: absolute;
					top: 37.55em;
					margin-left: 15em;
				}
					#navigation ul {
						width: 48em;
						list-style: none;
						height: 1.9em;
					}
						#navigation ul li {
							float: left;
							padding: 1em 0em .7em 0em;
						}
							#navigation ul li a {
								text-decoration: none;
								color: #331d01;
								padding: .5em 1em .55em 1em;
								border-right: 1px solid #816c49;
								border-left: 1px solid #fff;
							}
							#navigation ul li a:hover {
								color: #EDDCBE;
								background-color: #331d01;
							}
							#navigation ul li a#left {
								border-left: none;
							}
							#navigation ul li a#right {
								border-right: none;
							}
							
			
