body {
	background-color: #423530;
	color:#FFF;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
}

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 { border: 0; margin: 0; }

#holder {
	position:absolute;
	left:50%;
	margin-left:-477.5px;
	top:0px;
	width:955px;
}

html, body {
	height: 100%;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:25px;
	z-index:999;
}

#banner {
	position:absolute;
	left:0px;
	top:25px;
	width:955px;
	height:387px;
	background-image: url(../images/icon-loading.gif);
	background-repeat: no-repeat;
	background-position: center 220px;
}

#banner-img {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:387px;
	display:none;
}

#banner-logo {
	position:absolute;
	left:0px;
	top:28px;
	width:955px;
	height:77px;
}

#menu {
	position:absolute;
	left:2px;
	top:430px;
	z-index:5;
}

li {
	margin-left:-25px;
}

a:active, a:visited, a:link {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #7B892D;
}

.button {
	color:#FFF;
	padding: 2px;
	background-color: #322826;
	height: 30px;
	width: 60px;
	border: thin solid #4A3835;
}


