html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	list-style: none;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1,h2,h3 { 
  font-family: "Franklin Gothic Demi", Verdana, Arial, sans-serif; 
}

body {
width: 100%;
margin: 0px auto;
text-align: center;
background: black;
}

#sitewrapper {
width: 980px;
margin: 0px auto;
z-index: -10;
background: url('images/bg.png') repeat;
}

#deepbg {
	width: 980px;
	background: url('images/deepbg.png') no-repeat;
	position: absolute;
	z-index: -10;
	}

#header {
	position: fixed;
	bottom: 0px;
	display: block;
	text-align: center;
	width: 980px;
	}

.section {
}
		
#nav {
	margin: 0px 0px 0px 0px;
	float: left;
	z-index: 10;	
	bottom: 0px;
	}
	
#nav li {
float: left;
	}

#nav li a {
	display: block;
	width: 100px;
	height: 70px;
	text-indent: -10000em;
	z-index: 10;
	position: absolute;
	}
a#top {margin: 0px 0px 0px 645px;}
a#middle {margin: 0px 0px 0px 760px;}
a#bottom {margin: 0px 0px 0px 880px;}