body {
	background-color: #53778A;
	font-family: Arial;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color:#FFFFFF;
}
a:hover {
	color:#EEEEEE;
	text-decoration: none;
}

#copyright {
	font-size: 0.75em;
	text-align: center;
}
#counter {
	float: left;
}

.navigation {
	list-style: none;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.navigation #home {
	background: url(../images/nav_home.png) no-repeat;
	height: 40px;
	width: 200px;
}
.navigation #services {
	background: url(../images/nav_services.png) no-repeat;
	height: 40px;
	width: 200px;
}
.navigation #testimonials {
	background: url(../images/nav_testimonials.png) no-repeat;
	height: 40px;
	width: 200px;
}
.navigation #contact {
	background: url(../images/nav_contact.png) no-repeat;
	height: 40px;
	width: 200px;
}
.navigation #home:hover, .navigation #services:hover, .navigation #testimonials:hover, .navigation #contact:hover {
	background-position: -200px;
}

.whitebox {
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #ffffff;
}
