@charset "UTF-8";
/* CSS Document */

	#meettheteam {
		position:absolute;
		width:263px;
		height:125px;
		left:369px;
		background-color:#FFFFFF;
		text-align:left;
	}
	
	.meetourteambutton {
		background-image:url("/images/frontpage/meetourteam.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		width:225px;
		height:125px;
		position:absolute;
	}
	.meetourteambutton:hover {
		background-image:url("/images/frontpage/meetourteam_hover.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		width:225px;
		height:125px;
		position:absolute;
	}
	#ourlatest {
		position:absolute;
		width:225px;
		height:125px;
		left:632px;
		background-color:#FFFFFF;
	}
	.ourlatestbutton {
		background-image:url("/images/frontpage/ourlatest.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		width:225px;
		height:125px;
		position:absolute;
	}
	.ourlatestbutton:hover {
		background-image:url("/images/frontpage/ourlatest_hover.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		width:225px;
		height:125px;
		position:absolute;
	}
	#finishthecurve {
		background-image:url("/images/frontpage/rightcurve.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		width:30px;
		height:125px;
		position:absolute;
		left:857px;
	}
	#bottomcurve {
		margin-left:auto;
		margin-right:auto;
		width:887px;
		height:4px;
		background-image:url("/images/frontpage/bottomcurve.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		position:relative;
		top:125px;
	}
	.webhosting {
		background-image:url("/images/featurebar/webhosting.jpg");
		background-position:left;
		background-repeat:no-repeat;
		width:296px;
		height:102px;
		position:absolute;
	}
	.webdesign {
		background-image:url("/images/featurebar/webdesign.jpg");
		background-position:left;
		background-repeat:no-repeat;
		width:295px;
		height:102px;
		position:absolute;
		left:296px;
	}
	.existingclients {
		background-image:url("/images/featurebar/existingclients.jpg");
		background-position:left;
		background-repeat:no-repeat;
		width:296px;
		height:102px;
		position:absolute;
		left:591px;
	}
