* { border: 0; margin: 0; padding: 0; font-size: 100%; }
html, body, li#wood { width: 100%; height: 100%; font-size: 1em; font-family: source-sans-pro, sans-serif; overflow: hidden; }

.clear { clear: both; }

ul#scene { position: absolute; top: 0; left: 0; width: 120%; height: 100%; }

li#wall {
	background: url(../images/bg_wall.jpg) scroll repeat 0 0;
	position: fixed;
	top: 175px !important;
	height: 350px !important;
	left: -50px !important;
	width: 100%;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	box-shadow: 0px 0px 15px #000;
	z-index: 20;
}

li#wood {
	background: url(../images/bg_wood.jpg) scroll repeat 0 0;
	position: fixed;
	z-index: 10;
}

h1 { font-family: tangerine, sans-serif; font-size: 3.5em; margin: 0 0 20px; }
h2 { font-size: 1.5em; font-weight: normal; margin: 0 0 10px; }

section#main { position: relative; z-index: 999; padding: 90px 0 0; }
section#main div#wrapper { width: 980px; margin: 0 auto; z-index: 999; }

section#main div#wrapper div#container {
	background: #FFF;
	padding: 20px;
	box-shadow: 0 0 15px #000;
}

footer { margin: 50px 0 0; }
footer a { display: inline-block; float: left; }
footer p { display: inline-block; float: left; padding: 14px 10px 0 0; }