body {
background-image:url('/grass.jpg');
background-repeat:repeat;
background-attachment: fixed;
margin : 0;
padding : 0;
color : #000000;
}

#header {
top: 0px;
}



#content {
background: #ffffff;
height:900px;
width: auto;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 20px;
padding: 8px;
border:5px solid #c8003d;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:.80;
}

#footer {
bottom: 0px;
background: #ffffff;
height:20px;
width: auto;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 40px;
border:5px solid #c8003d;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:.80;
padding-top: 3px;
padding-bottom: 3px;
}