body {
position: relative;
background-image: linear-gradient(#221811, #743f19, #007542 30%, #221811);
background-repeat: no-repeat;
}

#header {
text-align: center;
}

#content {
margin-left: 4em;
margin-right: 4em;
padding-left: 1em;
padding-right: 1em;
border: 4px outset #a39074;
background-image: linear-gradient(#FFF0DD, #FFFFEE);
}

#go-back {
position:absolute;
top:-5px;
left: 10px;
background-color: #FFF0DD;
border: 2px outset #a39074;
}

a:link {
color:#1f327d;
text-decoration: none;
}
a:visited {
color:#1f327d;
text-decoration: none;
}
