html, body 
{
	height: 100%;
}

body
{
	margin:0 auto;
	background:#454545;
	
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	
}

div#wrapper {
	margin:auto;
	width: 1900px; /* this value must be the WIDTH of the STATIC CONTENT being centered */
	height:100%;
	position:fixed;
	
	overflow:hidden;
	
}

div#container
{
	position:absolute;
	top:50%;
	margin-top:-340px;	/* * this value must be the HALF THE HEIGHT of the STATIC CONTENT being centered */
}

div#noscript
{
	width:580px;
	margin:0 auto;

	background:#454545;
	line-height:1.4em;
	
	.position:absolute;
	.top:20px;
	.left:20px;

}

h1
{
	font-size:1.5em;
	color:#fff;
	margin-top:1.2em;
}

h2
{
	margin-top:2em;
	font-size:1.3em;
	color:#fff;
}

a:link, a:visited
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	text-decoration:underline;
}


