body {
margin: 0 auto;
text-align: center;
font-family: 'Arial', sans-serif;
color: #7E7571;
font-size: 12px;
}

/** html { overflow-y: scroll} **/

#background {
background: transparent url(/images/landing-background.jpg) no-repeat top center;
width: 950px;
height: 450px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#content {
position: relative;
top: 250px;
left: 515px;
width: 350px;
}

.footer {
font-size: 11px;
padding: 20px;
}

h1 {
color: #59503F;
font-size: 18px;
font-weight: normal;
margin: 0 auto;
}

p {
margin: 0 auto;
padding: 0 0 10px 0;
line-height: 16px;
}

a:link, a:visited {color: #6699CC; text-decoration: none;}
a:hover {color: #59503F; text-decoration: none;}