#input_sites_div
	{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 830px;
	margin-left: -415px;
	text-align: center;
	}
#display_results_div
	{
	position: absolute;
	top: 250px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	font-size:0.8em;
	}
.site_name
	{
	width: 80%;
        text-align: left
	}
.tcy, .pr 
	{
	width: 10%;
        text-align: right
	}
.site_name, .tcy, .pr 
	{
	float: left;
	border-bottom:1px solid #AAAAAA;
	height: 25px;
	}
.clear  {
	clear:both;
	}

