h1 {
padding: 0px;
margin: 0px;
font-size: 14px;
font-family: Lato;
color: #960B12;
}

body
{ 
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center; 
padding:0px;
border:0px;
margin:0px;
padding:0px;
} 

#outer
{
position:relative;
text-align:center;
width:100%;
height:100%;
background-image: url("images/background.jpg");
background-repeat: repeat-x;
}

#header {
    position: fixed;
    top: 0px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: 170px;
	background-image: url("../images/ha_header.jpg");
	background-repeat: no-repeat;
    background-position: center;
	text-align: center;
	z-index: 99999;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	font-family: Lato;
	font-size:12px;
	color:white;
	height:22px;
	padding-top:7px;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: repeat;
}