body {
	text-align: center;
	padding: 0px;
	background-image: url(images/spotlightBG.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #000;
}
#wrapper {
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	margin: 0px;
	height: 110px;
	color: #EEE;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
}

#contact {
	position: absolute;
	height: 16px;
	width: 232px;
	left: 300px;
	top: 93px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#contact a:link {
	color: #FFF;
	text-decoration: none;
}

#contact a:visited {
	color: #EEE;
	text-decoration: none;
}

#contact a:hover {
	color: #6FC;
	text-decoration: none;
}

#mainContent {
	background-color: #EEE;
	margin: 0px;
	height: 500px;
	position: relative;
	border: 5px solid #EEE;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/tanBG.png);
}

#phone {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 620px;
	top: 47px;
}
#login {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 662px;
	top: 19px;
}
#login a:link {
	text-decoration: none;
	color: #FFF;	
}


#login a:visited {
	text-decoration: none;
	color: #FFF;	
}

#login a:hover {
	color: #6FC;
}
#footer {
	height: auto;
	color: #FFF;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	width: 770px;
	text-align: center;
	top: 663px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #EEE;
	text-decoration: none;
}
#footer a:hover {
	color: #6FC;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

