body {
background-image: url(images/background.jpg); background-attachment:fixed;
text-align: center;
margin: auto;
padding: 0;

}


* {
font-family:  tahoma, arial, sans-serif;
color: #CFCFCF;
font-size: 11px;
}

A:link {
color: #DAD5D5;
font-weight: none;
text-decoration: none;
font-family:Tahoma;
font-size: 11px;
}

A: {
font-weight: none;
text-decoration: underline;
color:#ffffff;
font-family: Tahoma;
font-size: 11px;
}

A:visited {
color: #DAD5D5;
font-weight: none;
text-decoration: none;
font-family: Tahoma;
font-size: 11px;
}

A:hover {
font-weight:none
text-decoration: none;
color:#ffffff;
font-family: Tahoma;
font-size: 11px;
}

#tooltip {
  text-align: left;
  white-space: nowrap;
  color: #0C3546;
  font: normal bold 10px verdana, sans-serif;
  padding: 4px;
  background: #DADADA;
  border: 1px solid #000;
  position:absolute;
  margin-top: 15px;
}
