@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	background:#333;
	margin:0px;
	padding:0px;
	}
	
#table_main {
	background: url(../images/back_main.jpg) repeat-x center;
	width:100%;
	height:100%;
	}
	
#div_percentage	{
	display:block;
	clear:both;
	width:523px;
	height:41px;
	margin:40px 0px 0px 0px;
	background: url(../images/slider_back.png) repeat-x center;
	}
	
#span_percentage {
	margin: 0px 0px 0px 47%;
	display:inline;
	float:left;
	position:relative;
	width:47px;
	height:41px;
	background: url(../images/slider_percent.png) no-repeat;
	}	
	
#span_percentage_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;	
	padding:0px;
	margin: 8px 0px 0px 10px;
	color:#FFF;
	display:inline;
	float:left
}	

#div_starting {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#888;
	margin:30px 0px 0px 0px;
	}
	
#div_buttons {
	margin:30px 0px 40px 0px;
	height:26px;
	width:400px;
	display:block;
	clear:both;
	}
	
#div_buttons a {
	float:left;
	width:95px;
	height:26px;
	display:inline;
	background: url(../images/btn_back.png) no-repeat;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:25px;
	margin:0px 10px;
	cursor:pointer;
	text-decoration:none;
	}
	
#div_buttons a:hover {
	background: url(../images/btn_back.png) no-repeat 0px -26px;
	}	
	
#btn_positioner {
	display:block;
	width:230px;
	float:left;
	margin-left:85px;
	}