body {
	position:relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 819px;
	height: 100%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF8800;
	text-align: left;
	background-color: #000000;
}

a:link,
a:visited,
a:active { color: #FF8800}
a:hover { text-decoration:underline; color: #FF4400}

.header {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 50px;
	position:absolute;
	top: 7px;
	left: 40px;	
}

.header:hover {
	color: #000000;
}

.sponsored {
	height:100%;
	margin:10px;
	text-align: center;
	left: 40px;	
}

.features{
	position:relative;
	height: 100%;
	background-color: #FFFFFF;
	background-image : url(../images/gradient01.png);
	background-position : bottom;
	background-repeat : repeat-x;
	margin: 10px;
}

.features h1 {
	position:relative;
	top: 0px;
	color: #000000;
	font-size:25px;
	font-weight: bold;
	text-indent: 10px;
	height: 100%;
	width: 100%;
	background-image : url(../images/gradient03.png);
	background-position : bottom;
	background-repeat : repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}

.features h2{
	font-size: 15px;
	position:relative;
	top: 0px;
	left: 15px;
	width: 300px;
}

.features h3{
	font-size: 20px;
	position:relative;
}

.features ul {
	font-size: 13px;
	position:relative;
	
	width: 300px;
}

.footer {
	color: #FFFFFF;
	height: 100%;
	text-align: center;
	padding: 10px;
	font-size: 15px;
}

