﻿#top
{
	background-color: White;
	background-image: url(../images/bannerTop.png);
	height: 35px;
}

#bannerBack
{
	background-color: White;
	background-image: url(../images/bannerBackShorter.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#sideLeft
{
	background-color: Transparent;
	background-image: url(../images/bannerLeftShorter.png);
	height: 232px;
	width: 99px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sideRight
{
	background-color: Transparent;
	background-image: url(../images/bannerRightShorter.png);
	height: 232px;
	width: 98px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#banner
{
	background-color: White;
	background-image: url(../images/bannerShorter.png);
	height: 180px;
	width: 824px;
	background-position: center top;
}

#agentLink
{
	width: 100%;
	position: absolute;
	top: 170px;
	display: block;
	padding-left: 3px;
}