body {
	width:1000px;
	background-color:#000000;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#CCCCCC;
}

img {
	border:0px;
}

.rightborder {
	border-right:1px solid #999999;
}

a, a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	outline:none;
}

a:hover, a:active{
	color:#999999;
	text-decoration:underline;
	outline:none;
}

#IndexText {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#Preloader {
	position:absolute;
	text-align:center;
	color:#999999;
	width:600px;
	margin-left:50%;
	left:-300px;
	top:100px;	
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#Mire {
	position:absolute;
	text-align:center;
	color:#999999;
	width:600px;
	margin-left:50%;
	left:-300px;
	top:150px;
}

#PreloaderProgressBarCounter {
	position:relative;	
	margin-top:60px;
}

#PreloaderProgressBarBorder {
	position:relative;
	border:1px solid #666666;
	width:200px;
	height:5px;

	text-align:left;
}

#PreloaderProgressBar{
	position:relative;
	text-align:left;
	background-color:#999999;
	height:5px;
	left:0px;
}

