body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-colour.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
		
}


#content {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
	text-align: center;
}

.titleFont {
	color: #79ae46;
	font-size: 16px;
	font-family: arial, "lucida console", sans-serif;
}

.bodyFont {
	color: #3b2313;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
}

.footer {
	color: #a97b50;
	font-size: 11px;
	font-family: arial, "lucida console", sans-serif;
}

.greenFont {
	color: #98cb4d;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
}

.brownFont {
	color: #a97b50;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
}

a {
	text-decoration: none;
}


a:hover {
	color: #664224;
	text-decoration: none;
}

