body {
background-image : url('glground.jpg');
background-repeat : repeat-y;
color : #04b404;
font-family : Georgia, serif;
}
h1 {
background-color : #243b0b;
color : #04b404;
line-height : 200%;
text-align : center;
font-family : Impact, Charcoal, sans-serif;
}
#nav {
text-align : center;
background-color : #243b0b;
color : #04b404;
height : 37px;
}
#footer {
color : #04b404;
font-size : 75%;
font-style : italic;
text-align : center;
height : 37px;
bottom : 0;
}
#container1 {
margin-left : auto;
margin-right : auto;
width : 80%;
background-color : #243b0b;
}
wrapper {
margin-left : auto;
margin-right : auto;
}