html,body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#000;
	/*background:#396D9C url(../images/bg.gif) repeat-x scroll left top; */
	color:#676749;
}

#container{
	font:10px tahoma;
	width:450px;
	height:260px;
	left:50%;
	top:50%;
	margin-left:-225px;
	margin-top:-130px;
	position:absolute;
}
