body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #000000;
	color: #FFFF00;
	text-align: left;
}
a:link {color: #666AFC}
a:visited {color: #800000}
a:hover {color: #7073FC}
a:active {color: #FF0000}
.pageheading, .serviceheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	background-color: #000000;
	color: #FFFF00;
	padding: 10px;
}
.logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 220px;
	height: 77px;
}
#contact{
	position: absolute;
	left: 20px;
	top: 240px;
	width: 240px;
	height: 100px;
	text-align: left;
}
div.content {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 800px;
	height: 650px;
	background-color: #555555;
	border-style: inset;
	border-width: 1px;
	border-color: #555555;
}
div #holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 170px;
}

div .abn {
	position: relative;
	margin: 0 auto;
	width: 228px;
	top: 4px;
	height: 16px;
	text-align: center;
	font-size: 8pt;
}
div .main {
	position: relative;
	top: 6px;
	left: 0px;
	width: 680px;
	height: 400px;
}

div .footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 60px;
	font-size: 7pt;
}
div .website_by {
	text-align: center;
	position: relative;
	top: 0px;
	height: 12px;
	width: 300px;
	margin: 0 auto;
}
div .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	position: relative;
	top: 0px;
	margin: 0 auto;
}
div .service {
}
div #appDev {
	position: absolute;
	left: 50px;
	top: 100px;
	width: 300px;
	height: 160px;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index: 1;
}
div #webDev {
	position: absolute;
	left: 450px;
	top: 100px;
	width: 300px;
	height: 160px;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index: 1;
}
div #consult {
	position: absolute;
	left: 50px;
	top: 300px;
	width: 300px;
	height: 160px;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index: 1;
}
div .serviceheading{
	font-family: times;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	color: #FFFF00;
}
div .servicedetail{
	font-family: times;
	font-size: 10pt;
	text-align: left;
	background-color: #000000;
	color: #FFFF00;
}
div .serviceimage{
	position: absolute;
	left: 390px;
	top: 300px;
	width: 400px;
	height: 300px;
	background-color: #000000;
	visibility: hidden;
}
img #serviceimage{
	width: 400px;
	height: 300px;
}
div #pieholder {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 700px;
	height: 600px;
	color: #FFFF00;
}
div #contactdetails{
	position: relative;
	left: 0px;
	top: 100px;
}
div #safaritechnologycontent {
	position: absolute;
	left: 20px;
	top: 40px;
	visibility: hidden;
}

a {
    text-decoration: none;
    color: #177AB3;
    background-color: transparent;
}
a:visited {
    color: #AAAAAA;
}
a:hover {
    color: #FFFFFF;
    background-color: #666666;
}
a:active {
    color: #EEEEEE;
}