body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin: 0px;
	padding: 0px;
	background-image: url(img/gradient.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #d7eefc;
}

#body{
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
	border: 0;
}
/* -------------------------------------------------------- */
#aboutus{
	position: absolute;
	margin-left: 25px;
	margin-top: 5px;
	width: 230px;
	border-style: 0;
}
#ourexpertise{
	position: absolute;
	margin-left: 280px;
	margin-top: 5px;
	width: 250px;
	border-style: 0;
}
#whoweserve{
	position: absolute;
	margin-left: 565px;
	margin-top: 5px;
	width: 225px;
	border-style: 0;
}
#faqs{
	position: absolute;
	margin-left: 25px;
	margin-top: 490px;
	width: 750px;
	border-style: 0;
}
/* -------------------------------------------------------- */
#href {
	font-size: .75em;
}
#href a:link {
	text-decoration: none;
	color: #000;
}
#href a:visited {
	text-decoration: none;
	color: #000;
}
#href a:hover {
	text-decoration: underline;
}
#href a:active {
	text-decoration: none;
}
