html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 615px; /* For Mozilla/Opera/Safari */
	background-color:#fff;
	background: #fff url('bggrad.jpg') repeat-x;
	
		
}

#global {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1034px;
	height: 100%;
}

#local {
	position: absolute;
	width: 1034px;
	height: 800px;
	top: 50px;
	
	color:#99982E;
	font-family:Interstate-LightCondensed,Interstate,Verdana,Lucida,Helvetica;
}

a, a:hover, a:visited
{
    
    color:#99982E;
	font-family:Interstate-LightCondensed,Interstate,Verdana,Lucida,Helvetica;
}