body {
    font-family: Arial, Verdana, "Sans Serif";
}

a {
    font-size: 11px;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

#banner{
    left:10px;
    top:10px;
    position: absolute;

}

#sidebar{
    width: 150px;
    height: 0px;
    right:10px;
    top:10px;
    background: #369;
    position: absolute;
    opacity: 0.20;
    -moz-opacity: 0.20;
    filter: Alpha(opacity=70);
    font-size: 30px;
    color: #fff;
    text-align: center;
}

#flickrCredit{
    font-size: 9px;
    color: #666666;
}

#butNow{
    width: 40px;
    height:20px;
    cursor: pointer;
}

#txtSearch{
    width: 130px;
}

#divSearch{
    left:82px;
    top:98px;
    position: absolute;
}

#wbelabs{
    left: 500px;
    background: #000;
    position: absolute;
    padding-top:2px;
    padding-bottom: 2px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    bottom: 0px;
}

#wbelabs a{
    color: #fff;
}

#wbelabs a:hover{
    color: #fff;
}

#wbelabs a:visited{
    color: #fff;
}