body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #FFFFFF;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    color: #0055DD;  
}

a, a:visited, a:active {
    color: #0094FF;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #47B2FF;
    text-decoration: none;
}

.imgb {
    border: 0px;
}

#footer1 {
    position: absolute; 
    width: 100px; 
    height: 20px; 
    z-index: 2; 
    left: 5px; 
    top: 2px;
}
#footer2 {
    position: absolute; 
    width: 80px; 
    height: 20px; 
    z-index: 2; 
    right: 5px; 
    top: 2px;
}






