body {
    margin: 0px;
    padding: 0px;
    background-image: url(http://www.chainsawcharlie.com/ccv3/custom/images/graphics/bg.jpg);
}

#shop {
    background-color: #AA800A;
}

#shopShopContainer {
    background-color: #C8DF8D;
}

#galleryCategoryContainer {
    font-weight: bold;
    color: #000000;
}

#gallerySearchContainer {
    font-weight: bold;
    color: #000000;
}

#shopCategoryContainer {
    font-weight: bold;
    color: #000000;
}

#shopSearchContainer {
    font-weight: bold;
    color: #000000;
}

#gallery {
    background-color: #AA800A;
}

#galleryShopContainer {
    background-color: #C8DF8D;
}

.bodyHolder {
    position: absolute;
    padding: 0px;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    background-color: #AA800A;
}

.pageHolder {
    position: absolute;
    padding: 0px;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    background-color: #C8DF8D;
    width: 98%;
    top: 0px;
}

.screenLayer {
    position: absolute;
    display: none;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #333333;
}

.toolTip {
    position: absolute;
    background-color: #F6F6F6;
    padding: 3px;
    font-weight: bold;
    font-color: #000000;
}

.topLayer {
    position: absolute;
    display: none;
    width: 100%;
    left: 0px;
    top: 0px;
}