@charset "utf-8";
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}

/*--- page layout framework ------------*/
html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 100.01%;
	text-align: center;
	color: #FFF;
	background: #000;
	/*background: #121315 url("/img/splash/noise.jpg") 0 0 repeat;*/
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("../new/images/splashBG.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -200px 0 0 -460px;
	text-align: left;
}