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

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#131820;
	margin: 0px;
	background-image: url(images/mainbg.png);
	background-repeat: repeat-x;
}
.home
{
	background-image: url(images/homeg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 135px;
	left: 390px;
}
.home:hover
{
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 135px;
	left: 390px;
}
.about
{
	background-image: url(images/aboutg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 135px;
	left: 525px;
}
.about:hover
{
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 135px;
	left: 525px;
}
.services
{
	background-image: url(images/servicesg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 270px;
	left: 525px;
}
.services:hover
{
	background-image: url(images/services.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 270px;
	left: 525px;
}
.contact
{
	background-image: url(images/contactg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 270px;
	left: 390px;
}
.contact:hover
{
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 127px;
	width: 128px;
	position: absolute;
	top: 270px;
	left: 390px;
}
.name
{
	position: absolute;
	left: 150px;
	top: 30px;	
}
.foot
{
	position: absolute;
	right: 3px;
	bottom: -98px;
}
.foottext
{
	color:#0CF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.foottext:hover
{
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a
{
	outline:none;
}