body {
    background-image: url(img/bg.png);
    background-repeat: repeat-x;
    background-color: #dbdddd;
    margin: 0px;
	padding:0px;
	font-family: "Myriad Pro", "Tahoma", "Verdana", "Arial";
}

/*
********************************************
** Styles for the header and logo section.
********************************************
*/
#header {
	width: 855px;
	margin: 16px auto auto auto;
}

#header li { 
	list-style: none;
	color: #b9b9b9;
	padding-left: 60px;
	font-size: 14pt;
}

#header ul {
	padding-top: 8px;
	margin:0px;
}

#logo {
    height: 81px;
    width: 239px;
	margin-left: 75px;
	margin-right: 30px;
	padding-right: 20px;
	float: left;
	border-right: solid 1px #b9b9b9;
}
/* End header & logo styles */



/*
***************************************
** Styles for the main content and
** progress bar section.
***************************************
*/
#main {
    background-image: url(img/main-trans.png);
    width: 855px;
    height: 412px;
    margin: auto;
    margin-top: 40px;
}

#message {
	width: 740px;
	margin: auto;
	font-size: 22pt;
}

#message p {
	margin:29px 0px 29px 75px;
}

#sorry {
	margin-left: 60px;
	margin-top: 30px;
}

#progress {
	font-size: 16pt;
	color: #686868;
	width: 700px;
	text-align: center;
	margin: auto;
	padding-left: 40px;
}

#progress p {
	padding-top: 150px;
}

.progress10, .progress20, .progress30, .progress40, .progress50,
.progress60, .progress70, .progress80, .progress90, .progress100 {
	background-repeat: no-repeat;
	width: 659px;
	height: 83px;
}

.progress10 { background-image: url(img/10-trans.png); }
.progress20 { background-image: url(img/20-trans.png); }
.progress30 { background-image: url(img/30-trans.png); }
.progress40 { background-image: url(img/40-trans.png); }
.progress50 { background-image: url(img/50-trans.png); }
.progress60 { background-image: url(img/60-trans.png); }
.progress70 { background-image: url(img/70-trans.png); }
.progress80 { background-image: url(img/80-trans.png); }
.progress90 { background-image: url(img/90-trans.png); }
.progress100 { background-image: url(img/100-trans.png); }

#main #progress {
	margin-left: 110px;
	margin-top: -25px;
}

#completion {
	font-size: 16pt;
	color: #686868;
	text-align: center;
	margin: auto;
	width: 700px;
	padding-left: 30px;
	margin-top: 6px;
}
/* End main & progress styles */
