@charset "utf-8";
/* CSS Document */

/********************
HTML Tags
********************/

/** reset defaults **/
body, html, div, h1, h2, h3, h4, h5, h6, p, img {margin:0;padding:0;}
img {border:none;}

body, html {
	height:100%;
	width:100%;
}
body {
	background-color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#FFF;
}
h1 {
	font-size:14px;
	color:#FFF;
}
h2 {
	font-size:12px;
	font-weight:normal;
	color: #FFF;
}
a:link, a:visited, a:hover {
	color:#E51600;
	text-decoration:underline;
	outline:none;
	-moz-outline-style:none;
}
a:hover {text-decoration:none;}

/**********************
LAYOUT DIVS & STYLES
**********************/

#valign {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	margin-top:-327px;
	text-align:left;
	min-width:1015px;
}	  
#halign {
	position:relative;
	text-align:left;
	width:1015px;
	height:655px;
	margin:0px auto;
}
#site {
	width:1015px;
	height:600px;
	outline:none;
}
#banner {
	width:449px;
	height:55px;
	outline:none;
}




