/*----------------------------------------------------------------------------------
GLOBAL HTML ELEMENTS / GLOBAL CLASSES
----------------------------------------------------------------------------------*/

html, body, button, input, 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, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
a, input, select, textarea, a:focus{
	outline: none;
}
body{
	font: 0.69em/1.45em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	overflow: hidden;
}
html, body{
	height: 100%;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #d23815;
}
H1,H2,H3,H4,H5,H6{
	line-height: 1em;
	font-weight: normal;
}
H1{
	font: bold 1.82em/1em Tahoma, Georgia, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 2em 0;
	letter-spacing: 0.3em;
}
H2{
	font: bold 1em/1em Tahoma, Georgia, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 1.5em 0;
}
p{
	margin: 0 0 0.5em 0;
}
.textIndent{
	text-indent: -9999px;
}
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*----------------------------------------------------------------------------------
GLOBAL STRUCTURE ELEMENTS
----------------------------------------------------------------------------------*/

#wrapper{
	position: relative;
	min-height: 100%;
	height:auto!important;
	height:100%;
	margin: 55px 40px 0;
}
#header{
	margin: 0 0 8em 0;
}
#header a{
	background: url(../img/logo_moon_hdr.gif) no-repeat;
	display: block;
	width: 51px;
	height: 10px;
	line-height: 10px;
}
#header a:hover{
	background-position: bottom;
}
#footer{
	border-top: 5px solid #FFFFFF;
	position: absolute;
	bottom: 40px;
	width: 100%;
	margin-bottom: 55px;
}
#logo{
	background: url(../img/logo_moon_ftr.gif) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 8px 0 0 0;
}
#footer ul{
	float: right;
	margin: 15px 0 0 0;
	line-height: 1em;
}
#footer li{
	text-transform: uppercase;
	font-size: 0.83em;
	display: inline;
}
li.divider{
	margin: 0 15px;
}