﻿a:active {
	outline: none;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0 auto;
	padding: 0;
	font: 14px "Arial", Helvetica, Arial, sans-serif;
	background: url(../MediaFiles/ContentBackground.jpg);
}
img {
	border: none;
}
#Island {
	position: absolute;
	top: 0;
	width: 100%;
	height: 646px;
	background: url(../MediaFiles/IslandBackground.jpg) repeat-x;
}
#IslandContainer {
	position: relative;
	text-align: left;
	width: 920px;
	margin: 0 auto;
	padding: 0;
}
#IslandWrapper {
	float: left;
	width: 100%;
}
#Content {
	color: #FFF;
	position: absolute;
	top: 300px;
	width: 100%;
}
#TopContainer {
	position: relative;
	text-align: left;
	width: 920px;
	margin: 0 auto;
	padding: 0;
}
#TopWrapper {
	float: left;
	width: 100%;
}
#Green {
	position: relative;
	height: 338px;
	background: url(../MediaFiles/GreenBox.jpg);
}
#GreenAboutUs {
	position: relative;
	height: 510px;
	background: url(../MediaFiles/GreenBoxAboutUs.jpg);
	background-repeat: repeat-x;
}
#GreenOurServices {
	position: relative;
	height: 680px;
	background: url(../MediaFiles/GreenBoxOurServices.jpg);
	background-repeat: repeat-x;
}
#ContentShadow {
	width: 100%;
	height: 150px;
}
#GreenShadow {
	margin: 4px 0 0;
}
#BottomContainer {
	position: relative;
	text-align: left;
	width: 920px;
	margin: 0 auto;
}
#BottomWrapper {
	position: relative;
	float: left;
	width: 100%;
	margin: -160px 0 50px;
}
#HomeLink {
	position: absolute;
	z-index: 2;
	left: 150px;
	height: 100px;
	width: 310px;
}
:-moz-any-link:focus {
	outline: none;
}