/* CSS Document */

.about{
	background-image:url(images/contact1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:48px;
	width:109px;
	float:left;
	clear:left;
	}
.services{
	background-image:url(images/contact2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:48px;
	width:107px;
	float:left;
	clear:right;
	}
.contact{
	background-image:url(images/contact3.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:48px;
	width:157px;
	float:right;
	clear:right;
	}
#top{
	background-image:url(images/top2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:322px;
	height:24px;
	}
