html, body {
	margin:0px;
	height:100%;
	background-color:#000000;
}
#outer {
	background-image:url(../gfx/bg_browser.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#inner {
	position:absolute;
	width:800px;
	height:550px;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-275px;
}