HTML, BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #000000;
	text-align: center;
}

body, td, th {
	font-family: Verdana;
	font-size: 12px;
}

#interface {
	width: 850px;
	height: 452px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* Interface centering for IE6 */
* HTML #interface {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: -25%;
}

#container {
	width: 890px;
	height: 452px;
}

#skip {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-variant:small-caps;
	letter-spacing:2px;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	margin-top: 25px;
}

