.transparent {
  background:transparent url("images/dotTransp.png") repeat-x scroll 0 0;
  background-repeat: repeat;
}
.header {
  background:transparent url("images/upBack.jpg") repeat scroll 0 0;
  background-repeat: repeat;
  text-align:center;
}
.main {
  background:transparent url("images/mainBack.gif") repeat scroll 0 0;
  background-repeat: repeat-x;
}
.footer {
  background:transparent url("images/downBack.gif") repeat scroll 0 0;
  background-repeat: repeat;
  color:#ffffff;
}
a.footlink:link { 
  text-decoration: none;
  color:#ffffff;
}
a.footlink:visited {
  text-decoration: none;
  color:#ffffff;
}
a.footlink:active {
  text-decoration: none;
  color:#ffffff;
}
a.footlink:hover {
  text-decoration: underline;
  color:#ffffff;
}
