﻿body {
}
#header1
{
	z-index: 100;
	display: block;
	position: absolute;
	left: 50%; /* positioned absolutely 50% from the left */
	margin-left: -150px; /* negative margin that is exactly half of its width */
	font-size: 15px;
	top: -220px;
	font-family: Arial;
	font-style: italic;
	color: Red;
}
#SplashSlides
{
		z-index: 15;
		margin-left: -400px; /* negative margin that is exactly half of its width */
		position: absolute;
		top: -240px; 
		left: 50%; /* positioned absolutely 50% from the left */
 		background-color: #FFFFFF;	
 		color: #888888;
}
#container
{
		text-align: center;
		position: absolute;
		top: 50%; /* positioned absolutely 50% from the top */
		left: 0px;
		width: 100%; /* 100% wide */
		height: 1px; /* nominal height of 1px */
		overflow: visible; /* overflow is set to ‘visible’ */
		display: block;
		z-index: 0;
}
#logo
{
	z-index: 15;
		margin-left: -400px; /* negative margin that is exactly half of its width */
		position: absolute;
		top: -300px; 
		left: 50%; /* positioned absolutely 50% from the left */
 		background-color: #FFFFFF;	
 		color: #888888;
}

.labelbuttons
{
	font-family: Arial;
	color: Navy;
	z-index: 100;
	display: block;
	font-size: 14px;
	width: 170px;
	border: 1px solid Navy;
	background-color: #FFFFFF;
	padding: 24px 5px 24px 5px;
	cursor: pointer;
	position: absolute;
	text-align: left;
	text-indent: 15px;
	left: 50%; 
	margin-left: 112px; 
}
#LabelGreenFees
{
	top: -240px;
}
#LabelLatestNews
{
	top: -162px;
}
#LabelViewPromotion
{
	
	top: -84px;

}
#LabelContinueToWebsite
{

	top: -6px;
}
#dataentry
{
	z-index: 100;
	display: block;
	position: absolute;
	left: 50%; /* positioned absolutely 50% from the left */
	margin-left: -400px; /* negative margin that is exactly half of its width */
	font-size: 14px;
	top: 70px;
	font-family: Arial;
	color: Navy;
	width: 550px;
	line-height: 20px;
	text-align: left;
	padding: 5px 5px 5px 10px;


}