/*	-------------------------------------------------------------
	Fonts
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent;}
body{font-family:Arial, Helvetica, Verdana, sans-serif;;font-size:72%;color:#fff;line-height:1.5em;}
pre,code{font-family:"Andale Mono", monospace;font-size:1em;white-space:pre;}
p{margin-bottom:0.75em;}
h1,h2,h3,h4,h5,h6{font-family:"Arial Black", Arial, Helvetica, Verdana, sans-serif;font-weight:bold;line-height:1.4em;}
h1{margin-bottom:0.75em;font-size:1.2em;color:#e2001a;}
h2{margin-bottom:0.75em;font-size:1.6em;color:#e2001a;}
h3{margin-bottom:0.75em;font-size:1.1em;color:#e2001a;}
h4{margin-bottom:0;font-size:1.2em;color:#e2001a;}
a{color:#e2001a;text-decoration:none;}
a:hover{color:#fff;text-decoration:underline;}
*:focus{outline:0;}
* html ul,* html ol{position:relative;}
* html ol{margin-left:2em;}
*:first-child+html ol{margin-left:2em;}
* html legend{margin-bottom:1.4em;}
*:first-child+html legend{margin-bottom:1.4em;}
.center{text-align:center;}

/*	-------------------------------------------------------------
	Basics
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

* {
    margin: 0;
    padding: 0;
	}
	
html {
	height:100.2%;
	padding-bottom:0.1%;
}

* html body {
	background-color:#000;
}

body {
	background-color:#000;
	margin:25px 0 25px 0;
}

.clear {
	clear:both;
}

#header {
	position:relative;
	background:#000 url(../layout/glow_top.png) center top no-repeat;
}

#logo h1 {
	float:left;
	text-indent:-9999px;
	width:1px;
}

#container {
	min-height:280px;
	padding:0 10px 0 10px;
	background:url(../layout/glow_middle.png) center top repeat-y;
}
* html #container {
	height:280px;
}

.enter {
	cursor:pointer;
}

/*	-------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	background:url(../layout/glow_bottom_intro.png) center top no-repeat;
}
#footer .inside {
	color:#fff;
}