#Ball {
	position: absolute;
	top: 328px;
	left: 798px;
	z-index: -80;
}

#Body {	
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: -100;
}

#Flag {
	position: absolute;
	top: 150px;
	left: 800px;
	z-index: 0;
}

#Green {
	position: absolute;
	top: 200px;
	left: 120px;
	z-index: -70;
}

#HomeContent {
	position: absolute;
	top: 275px;
	left: 120px;
	z-index: 100;
	width: 580px;
}

#MainContent {
	position: absolute;
	top: 200px;
	left: 315px;
	z-index: 200;
	width: 460px;
}

.Link {
	cursor: pointer; cursor: hand;
}

a, a:active, a:hover, a:link, a:visited {
	color: #85406a;
	text-decoration: none;
}

a.Footer, a.Footer:active, a.Footer:hover, a.Footer:link, a.Footer:visited {
	color: #85406a;
	text-decoration: underline;
}

body {
	background-color: #7bbe42;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, div, p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

div.Footer {
	color: #3b5c20;
	font-size: 11px;
	text-align: center; 
}

div.PageImg {
	border: solid 3px #5d2d4a;
	display: block;
	padding: 0px;
	/*height: 538px;*/
	width: 413px;
}

div.Page {
	background-color: #ffffff;
	border: solid 3px #5d2d4a;
	display: block;
	padding: 20px;
	height: 538px;
	width: 400px;
}

div.PageImgHid {
	display: none;
}

div.PageHid {
	display: none;
}

h4 {
	color: #856c81;
	font-size: 18px;
	font-weight: bold;
}

h5 {
	color: #856c81;
	font-size: 16px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

td.MenuBG {
	background-color: #E7DDF8;
}

td.TitleBG {
	background-image: url(title_Sky_Repeater.jpg);
	background-position: top left;
	background-repeat: repeat-x; 
}