@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FFFF00;
}

html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
}
body {
	
	background-color: #000000;
	
}

#background{
	position:absolute; 
	z-index:5; 
	width:100%; 
}


#centered_div {
	position:absolute;
	width:1680px;
	height:1200px;
	/*top: 50%;
	left: 50%;*/
	margin-top: 0px; /*set to a negative number 1/2 of your height*/
	/*margin-left: -500px; set to a negative number 1/2 of your width*/
	margin-left: 0px;
	z-index: 50;
	
}


#loading-mask{

	top:0px;left:0px;
	width:100%;
	height:100%;
	background:#666666;
	position:absolute;
	z-index:20000;

}



#loading{
	position:absolute;
	left:45%;
	top:40%;
	border:1px solid #333333;
	padding:2px;
	width:150px;
	text-align:center;
	z-index:20001;
	background-color: #999999;
}



#loading .loading-indicator{
	border:1px solid #333333;
	background:white url(../images/load-bg.gif) repeat-x;
	color:#666666;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
	text-align:left;
}

