html {
height: 100%;
min-height: 100%;
width: 100%;
}

body {
width:790px; 
margin:0 auto;
background-color: #000000;
min-height: 100%;
background-position: center top;
background-repeat: repeat-y;
background-image: url(/images/image2.png);
text-align: center;
}

#header {
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 5px;
margin-left: -8px;
position: absolute;
top: 0px;
width: 790px;
height: 67px;
text-align: center;
z-index: 1;
background-color: #ffffff;
}

#center {
padding: 5px;
margin-left: -8px;
position: absolute;
top: 78px;
width: 788px;
text-align: center;
z-index: 95;
}

#footer {
padding: 5px;
margin-left: -8px;
position: fixed; 
bottom: 0px;
width: 790px;
height: 15px;
text-align: center;
z-index: 100;
background-color: #32CD32;
}

a:link {
text-decoration:none;
}

a:visited {
text-decoration:none;
}

a:active {
text-decoration:none;
}

a:hover {
text-decoration:none;
}


