body {
margin: 0 auto;
background-color: #181818;
background-image: url("./topography.png");
background-repeat:repeat;
background-position: top left;
background-attachment: fixed;
}

#wrapper {
margin: 0 auto;
width: 450px;
padding: 5px 40px 20px 40px;
background-color: #fff;
border-radius: 0 0 6px 6px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
}

form {
margin: 0 auto;
width: 410px;
max-width: 100%;
display: inline-block;
}

h1 {
font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
font-weight: normal;
font-size: 2em;
}

p.footerlink {
font-size: 20px;
margin: 20px auto 0;
text-align: center;
}

p.footerlink a {
color: #bf5700;
text-decoration: none;
}

p.footerlink a:hover {
color: #708090;
text-decoration: none;
}


