html, body {
margin: 0;
padding: 0;
height:100%;
}


body  {
color: #fff;
min-height: 101%;
font-size: 100.01%;
font-family: Verdana, Helvetica, Verdana, sans-serif;
background: #990000 url(../_images_bgkeller/hg_body_intro.jpg) repeat-x;
text-align: center;
}

#wrapper  {
color: #fff;
text-align: center;
margin: 0 auto;
position: relative;
width: 770px;
height: 700px;
}

#footer {
font-size: 70%;
clear: both;
color: #fff;
height: 50px;
padding: 0;
margin: 0 auto;
text-align: center;
width: 770px;
}
/*  -----------------------------------------------------
  Links
  ---------------------------------------------------- */

a img {
border: none;
}


a:link, a:visited, a:hover, a:active, a:focus {
 text-decoration: underline;
 font-weight:bold;
 color: #fff;
}


a:hover, a:focus {
color:#ffc;
font-weight: bold;
}



a:visited {
font-weight:bold;
color: #fff;
}

