* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-45%;
    width:200%;
}

#bg td {
    background-color:transparent;
	text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top: 12px;
	left:0;
	z-index:70;
	overflow:auto;
	filter:alpha(opacity=100); /* IE's opacity*/
	right: 0px;
	opacity: 1.00;
}

.nav {
	margin: 0 auto;
	width: 635px;
	height: 45px;
	position: absolute;
	z-index: 1000;
	font: 16px "Arial Black", Gadget, sans-serif;
	color: #030e19;
	text-align:left;
	background-image: url(../images/navBg.png);
	line-height: none;
	left: 701px;
	top: 85px;
	word-spacing: 20px;
}

.box { 
    margin: 0 auto; 
    width: 900px;
	padding: 120px;
	position: absolute;
	padding-top: 300px;
	text-align:center;
	left: 170px;
	bottom: 50px;

		
}

#focus-stealer      { position: absolute; left: -9999px; }
