/* clients.css */
#main_image
{
	position: relative;
	width: 952px;
	margin-top: -2px;
	border-top: 2px solid #000;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 2px solid #000;
	height: 238px;
	background: url("../images/easy_quote.gif") 0 0 no-repeat;
}

#main_body h1
{
	text-align: center;
}

#get_quote
{
	display: block;
	position: absolute;
	left: 200px;
	top: 105px;
	width: 57px;
	height: 31px;
	background: url("../images/green_red_arrow.gif") 0 0 no-repeat;
}
#get_quote:hover
{
	background: url("../images/green_red_arrow.gif") 0 -31px no-repeat;
}
#top_spacer
{
	width: 952px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	height: 15px;
}
#middle_spacer
{
	width: 952px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	height: 25px;
}
#main_spacer
{
	width: 952px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	height: 25px;
}
#main_bottom
{
	clear: both;
	width: 960px;
	height: 24px;
	margin-left: 0;
	background-image: url("../images/page_bottom_clear.gif");
}
