html, body {
	margin: 0;
	padding: 0;
	direction: ltr;
	width: 100%;
	background-color: #000;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	direction: ltr;
}
a {
	display: block;
	color: #ccc;
	text-decoration: none;
	width: 280px;
	margin: 0 auto;
}
a:hover {
	text-decoration: underline;
}
div#progress-bar {
	margin: 25% auto 1% auto;
	width: 280px;
}
#box { 
	background:url(../media/progress-bar-back.gif) right center no-repeat;
	width:220px;
	height:20px;
	float:left;
}
#perc {
	background:url(../media/progress-bar.gif) right center no-repeat;
	height:20px;
}
#text {
	color:#ccc;
	float:left;
	padding:2px 0 0 10px;
}