BODY.top {
    background-color: white;
    background-image:url(../images/top.jpg);
    background-position:0 0;
    font-family: Arial, Helvetica, sans-serif;

}
#toplink {
    position:absolute;
    top:15px;
    left:250px;
    width:700px;
    height:120px;
    color:white;
}
#bar {
    position:absolute;
    top:29px;
    left:40px;
    width:120px;
    height:26px;
    color:white;
}

a {
    font-size:14px;
    font-weight:bold;
    display:block;
    color:white;
    text-decoration:none;

    padding-bottom:1px;
    padding-top:1px;
    margin-bottom:3px;
}
a:link {
    color: white;
}
a:active {
    color: white;
}
a:visited {
    color: white;
}

a:hover {
    color: #eca00e;
}
