a img {
	border: 0;
}

#body, body, html {
	height: 100%;
	width: 100%;
}

td.sections a {
	display: block;
	float: left;
	width: 106px;
	height: 120px;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #FFF;
	border-top: 0;
}

td.sections a:hover {
	background-color: transparent;
}

td.sections a span.text {
	display: block;
	width: 106px;
	height: 35px;
	margin-top: 5px;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

td.sections a span.image {
	display: block;
	width: 106px;
	height: 80px;
	/*background: top left no-repeat;*/
}

/*
td.sections a.sales span.image { background-image: url(images/sales.gif); }
td.sections a.lettings span.image { background-image: url(images/lettings.gif); }
td.sections a.commercial span.image { background-image: url(images/commercial.gif); }
td.sections a.newhomes span.image { background-image: url(images/newhomes.gif); }
td.sections a.overseas span.image { background-image: url(images/overseas.gif); }
td.sections a.investment span.image { background-image: url(images/investment.gif); }
td.sections a.mortgage span.image { background-image: url(images/mortgages.gif); }
td.sections a.register span.image { background-image: url(images/register.gif); }
td.sections a.hips span.image { background-image: url(images/hips.gif); }

td.sections a.sales:hover span.image { background-image: url(images/sales-o.gif); }
td.sections a.lettings:hover span.image { background-image: url(images/lettings-o.gif); }
td.sections a.commercial:hover span.image { background-image: url(images/commercial-o.gif); }
td.sections a.newhomes:hover span.image { background-image: url(images/newhomes-o.gif); }
td.sections a.overseas:hover span.image { background-image: url(images/overseas-o.gif); }
td.sections a.investment:hover span.image { background-image: url(images/investment-o.gif); }
td.sections a.mortgage:hover span.image { background-image: url(images/mortgages-o.gif); }
td.sections a.register:hover span.image { background-image: url(images/register-o.gif); }
td.sections a.hips:hover span.image { background-image: url(images/hips-o.gif); }
*/
