html,
body {
	width:100%;
	height: 100%;
	margin: 0;
}
body {
	background: none;
	font-size: 14px;
}
h1 {
	width:80%;
	margin: 0.67em auto;
}
.clear{
	clear: both;
}
.row{
	width:80%;
	height:30px;
	margin:20px auto;
}
.row div{
	float:left;
	height:30px;
	line-height:30px;
}
.background{
	width:80%;
	height:30px;
	border-radius: 10px;
	margin:0px 50px;
	overflow:hidden;
}
.progress{
	border-radius: 10px;
	overflow:hidden;
}