body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin:0 0 0 0;
}
a:link {
	color: #FFFFFF; text-transform:uppercase; font-weight:bold; text-decoration:none;
}
a:visited {
	color: #FFFFFF; text-transform:uppercase; font-weight:bold; text-decoration:none;
}
a:hover {
	color: #0099CC; text-transform:uppercase; font-weight:bold; text-decoration:none;
}
a:active {
	color: #0099CC; text-transform:uppercase; font-weight:bold; text-decoration:none;
}

a.footer:link {
	color: #474747; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:13px;
}
a.footer:visited {
	color: #474747; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:13px;
}
a.footer:hover {
	color: #FFFFFF; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:13px;
}
a.footer:active {
	color: #474747; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:9px;
}

a.clients:link {
	color: #0099CC; text-transform:capitalize; font-weight:bold; text-decoration:none; font-size:10px;
}
a.clients:visited {
	color: #FFFFFF; text-transform:capitalize; font-weight:bold; text-decoration:none; font-size:10px;
}
a.clients:hover {
	color: #FFFFFF; text-transform:capitalize; font-weight:bold; text-decoration:none; font-size:10px;
}
a.clients:active {
	color: #0099CC; text-transform:capitalize; font-weight:bold; text-decoration:none; font-size:10px;
}

#wrapper {

    position:relative;

    margin-left:auto;

    margin-right:auto;

    top: 20px;

    width:750px;

    background-color: #CCCCCC;

}

#footerback {
	position: absolute;
	margin-bottom: 300px;
}

#home {
	position: absolute;
	margin-top: 83px;
	margin-left: 0px;
	z-index: 2;
}

#about {
	position: absolute;
	margin-top: 83px;
	margin-left: 465px;
	z-index: 2;
}

#clients {
	position: absolute;
	margin-top: 83px;
	margin-left: 355px;
	z-index: 2;
}

#projects {
	position: absolute;
	margin-top: 83px;
	margin-left: 235px;
	z-index: 2;
}

#services {
	position: absolute;
	margin-top: 83px;
	margin-left: 105px;
	z-index: 2;
}

#contact {
	position: absolute;
	margin-top: 83px;
	margin-left: 585px;
	z-index: 2;
}