body {
	background-image: url(../images/splash/icon.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: tahoma, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

.green {
	color: #99cc33;
}

.blue {
	color: #00aeef;
}

div.wrapper {
	margin: 0 auto;
	width: 960px;
}


div#header {
	clear: both;
	float: left;
	height: 263px;
	width: 960px;
}

div#body {
	clear: both;
	float: left;
	width: 700px;
}
 

div#body h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	text-transform: capitalize;
}

div#body h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 60px;
}

div.service {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	width: 200px;
}

div.service h3 {
	color: #00aeef;
	font-size: 14px;
	margin: 0;
}

div.service p {
	font-size: 12px;
	margin: 0;
}