html {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body { 
  
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: #404040;
  font-family: Sans serif;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  min-height:100%;

}

#container {
    height: 100%;
    margin-bottom: 0px;
    bgcolor: #323232;
}


img {
  padding:0px; 
  border-width:0px; 
  margin:0px; 
  display: block
}

#twenty {
  height: 100%;
  position: relative;
  top: 50px;


}

#content {
  height: 100%;
  position: relative;
  top: -20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;

}

#news {
  font-family: "Avant Garde", "Verdana", Verdana, sans-serif;
  color: #FFFFFF

}

a:link { text-decoration: none; color: #94BFF0;}
a:visited { text-decoration: none; color: #94BFF0;}
a:hover { text-decoration: underline; color: #94BFF0;}
a:active { text-decoration: underline; color: #94BFF0;}
 


