#logo {
position: absolute;
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
background-position: bottom;
width: 300px;
height: 159px;
margin-top: -65px;
margin-left: -30px;
}
#bord {
position: relative;
top: 65px;
float: right;
    display:inline;
height: 159px;
width: 571px;
cursor: hand;   
}
  #sback {
    position: relative;
    top: 0px;
    width: 210px;
    height: 32px;
    float: right;
    display:inline;
    color: #A2A2AC;
    font-size: 12px;
    background-image:url('../img/searchback.png');    
    background-repeat: no-repeat;
    background-position: bottom;
}
#container {    
position: absolute;
top: 0px;
height: 33px; 
width: 100%;   
min-width: 850px;
}
img {
    border-width: 0;
}
a:link {color:#A2A2AC; text-decoration: none;}
a:visited {color:#A2A2AC; text-decoration: none;} 
a:hover {color:#FFFFFF; text-decoration: none;} 
a:active {color: white; text-decoration: none;}