



body, html
    {
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #000;
    }
    #backgroundlayer
    {
        position: relative;
        top: 0px;
        left: 0px;
        overflow: hidden;
        z-index: 10;
        display: none;
    }
    #scrolllayer
    {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        z-index: 100;
    }
    #menulayer
    {
        position: absolute;
        float: left;
        z-index: 11;
        overflow: auto;
        padding-top: 80px;
    }
    #mainlayer
    {
        position: absolute;
        right: 0px;
        z-index: 11;
        background: none;
        overflow: hidden;
    }
    #menubutton
    {
        position: absolute;
        top: 30px;
        left: 0px;
        height: 30px;
        padding-right: 10px;
        background-color: #ffffff;
        color: #000000;
        font-family: Verdana;
        font-weight: bold;
        font-size: 18px;
        border: none;
        cursor: pointer;
        cursor: hand\9;
        z-index: 200;
    }
    #contentlayer
    {
        position: absolute;
        overflow: hidden; /*border: 1px solid #000000;*/
        right: 8%;
        bottom: 10px;
    }
    #contentholder
    {
        position: absolute;
        top: 15px;
        left: 30px;
        background: none;
        z-index: 100;
    }
    #contentscroll
    {
        position: absolute;
        top: 15px;
        left: 15px;
        background: none;
        z-index: 100;
        overflow: auto;
    }
    #contentbackground
    {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #000;
        overflow: hidden;
        z-index: 10; /* Netscape */
        -moz-opacity: 0.8; /* Safari 1.x */
        -khtml-opacity: 0.8; /* Good browsers */
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 5-7 */
        filter: alpha(opacity=80);
        zoom: 1;
    }
    #shopcontentbackground
    {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #000;
        overflow: hidden;
        z-index: 10; /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1; /* Good browsers */
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100);
        zoom: 1;
    }
    #logo
    {
    	position:absolute;
    	right:15px;
    	top:15px;
    }
    
    .fullsize
    {
        padding: 0px;
        margin: 0px;
    }
    .image
    {
        position: absolute;
        top: 0px;
        left: 0px;
    }
