body.FixBg {
  background-attachment: fixed;
}
body.HBg { 
  background-position: top;
  background-repeat: repeat-x;
}
body.VBg { 
  background-repeat: repeat-y;
  background-position: left;
}
*.graytext {
  font: 12px Arial;
  color: #808080;
}
div#Cover1 {
  position: absolute;
  width: auto; height: auto;
  left: 0; right: auto; top: 100; bottom: auto;
}
div#Cover2 {
  position: absolute;
  width: auto; height: auto;
  left: auto; right: auto; top: auto; bottom: auto;
  color: #F0F0F0; font: 24px arial; line-height: 1.2;
}
div#Cover2 A {
  text-decoration: none;
  color: #F0F0F0;
}
div#Cover2 img {
  border: 0;
  float: left;
  margin-right: 10px;
}
div#Cover2 p {
  clear: left;
}
div.title {
  color: #F0F0F0;
  font: normal 60px arial;
  text-decoration: none;
}
div.subtitle a{
  color: #F0F0F0;
  font: normal 24px arial;
  text-decoration: none;
}
img#coinu_small {
  position: absolute;
  left: 0; top: 100; 
}
div.heading1 {
  width:65%;
  font: italic bold 20px "Times New Roman";
}
div.bodytext {
  width:65%;
  font: 12px Arial;
  color: #808080;
}
div.salmon {
  color: #FF6A6F;
}
div.blue {
  color: blue;
}
