body {background-image:url('/gif/bg.gif'); ;}

a {
    text-decoration: none;
} 

img {
    max-width: 100%;
    max-height: 100%;
}

imageholder {
    background: #76a7dc;
    color: #fff;
    height: 10px;
    max-width:100%;
    max-height:100%;
}

div#scrollable {
    overflow-y: scroll;
    background: #ccf3ff;

    position: absolute;
    top:60px;
    left:10px; // 20
    right:20px;
    bottom:100px;
}

div#scrollabletrans {
    overflow-y: scroll;
    background: #ccf3ff;
    position: absolute;
    top:60px;
    left:20px;
    right:50%;
    bottom:100px;
}

div#CrowdTrans {
    position:fixed;
    background: #ccf3ff;
    position: absolute;
    top:60px;
    left:51%;
    right:100%;
    bottom:100px;
}

div#FixedSearchResults {
    position:fixed;
    width:100 %;
    height:75px; // 75
    padding:5px;
    bottom:20px;
}
