#graphwrap {
	height: 500px;
	display: block;
	position: absolute;
	top: 550px;
	left: 100px;
	width: 600px;
	padding: 0;
	margin: 0 0 0 15px;
	}
#graphwrap h1 {
	font: bold 13px arial;
	color: #000;
	padding: 0;
	margin: 0;
	}
#graphwrap h2 {
	font: normal 12px arial;
	padding: 0;
	margin: 0;
	color: #000;
	}
#graphwrap h3 {
	position: absolute;
	top: 690px;
	font: normal 11px arial;
	text-align: left;
	width: 400px;
	}
span {
	display: block;
	}	

#iopgraph { 					
	height: 620px; 
	width: 600px;
	position: relative;	
	left: 0px;
	z-index: 0;
	padding: 0;
	margin: 0;
	font-size: 1px;
	}
#iopgraph ul { 
	height: 400px; 
	margin: 0; 
	padding: 0;
	width: 600px;
	}
#iopgraph ul li {  
	position: absolute; 
	width: 16px;  
	bottom: 46px; 
	padding: 0; 
	margin: 0; 
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	}
#iopgraph_overlay {
	height: 620px;
	width: 620px;
	position: absolute;
	left: 0px;
	z-index: 1;
	}
#iopgraph_overlay .lines {
	background: url(../image/graphs/hash_lines_bg.gif) repeat-x 0 -3px;
	height: 573px;
	width: 416px;
	display: block;
	}

#percent {
	width: 100px;
	height: 440px;
	position: absolute;	
	bottom: 176px !important;
	bottom: 46px;
	}
#years {
	position: absolute;
	bottom: 0px;
	left: -5px;
	height: 47px;
	}
#iopgraph .total {
	position: absolute;
	color: blue;
	z-index: 1000;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	line-height: 12px;
	display: block;
	margin: 158px 0 0 -130px !important;
	margin: -7px 0 0 -530px;
	padding: 0 0 0 40px;

	top: 0;
	}	