BODY{
	background: #F5F1E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding-top: 10%; 
}

img{
	border: 0px solid;
}

#background{
	background: url(images/background.gif);
	width: 100%;
	height: 335px;
}

#right{
	background: url(images/right.gif) no-repeat;
	height: 260px;
	width: 82px;
}

#left{
	background: url(images/left.gif) no-repeat right;
	height: 260px;
	width: 82px;
}

#precent{
	background: url(images/precent_back.gif) no-repeat center;
	width: 189px;
	height: 46px;
	position: absolute;
	margin-top: 228px;
	margin-left: 73px;
}
#precent_bar{
	position: absolute;
	height: 2px;
	background: #000;
	margin-top: 29px;
	margin-left: 45px;
}

#tooltip{
position:relative;
}
