body & link(s)
body {
background: url('basic-css-07-Tr-It-Out-palms.jpg') no-repeat fixed center bottom;
padding: 5em 0 1.2em 0;
margin: 0;
font-family: "Courier New", Courier, monospace;
text-transform: lowercase;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
div#body {
margin: 0 auto;
width: 50em;
}