html {
  height: 100%;
}

body { 
  background-repeat: no-repeat; 
  background-attachment:fixed; 
  background-position: center center;
  background-color: #000000; 
  height: 90%;
  text-align: center;
  border-style: none;
}

#content { 
  color: #FFFFFF; 
}

* {
  margin: 0;
}
p {
  text-align: center; 
}

td.news {
  font-family: Verdana;
}

h4 {
  color: red;
}

img {
  border: none;
}
 


.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
  height: 4em; /* .push must be the same height as .footer */
}

#artwork a:link {
   color: red;
} 
#artwork a:visited { 
  color: red;
}

a:link { 
  color: blue; 
  background-color: transparent; 
  text-decoration: none;
}
a:visited { 
  color: #CD3700; 
  background-color: transparent; 
  text-decoration: none; 
}
a:active { 
  color: red; 
  background-color: transparent; 
  text-decoration: none;
}
a:hover { 
  color: orange; 
  background-color: transparent; 
  text-decoration: none;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

