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


#content {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
}


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

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

a:link {
	text-decoration: none;
}

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

a:visited {
	text-decoration: none;
}