
html {
        	margin: 0px;
        	padding: 0px;
}

body {
        	background: url(../images/header_bg1.jpg) top repeat-x #FFFFFF;
        	text-align: center;
        	margin: 0 auto;
        	padding: 0px;
        	font-family: "Lucida Grande", "Helvetica Neue", Geneva, Arial, sans-serif;
        	font-size: 12px;
        	line-height: 1.5em;
		color: #000;
}




/* FOOTER
*******************************************************************************/

#footer {
		background: #000;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		}
*>#footer { position: absolute; }
#footer p {
	font-size: 9px;
	text-transform: uppercase;
	color: #fffff;
}

#footer a, #footer a:visited { 
	text-decoration: none;
	color: #ffffff;
}
