body {
    margin: 0;
    padding: 0;
    background: url('../_img/bkg.jpg') repeat-x #336666;
    text-align: center;
}

    #header {
        display: block;
        border-bottom: solid 1px #336666;
    }
    
        #logo {
            display: block;
            width: 232px;
            height: 85px;
            margin: 0 auto;
            border: none;
        }
    
    #menu {
        width: 563px;
        height: 46px;
        overflow: hidden;
        margin: 0 auto;
    }
    
        #menu a,
        #picture_menu_text a {
            float: left;
            height: 80px;
            margin: 0 15px;
            padding: 2px 0;
        }
        
            #menu a img,
            #picture_menu_text a img {
                display: block;
                height: 40px;
                border: none;
            }
            
            #menu a:hover,
            #menu a.active,
            #picture_menu_text a:hover {
                margin-top: -40px;
            }
            
    #picture_menu {
        display: none;
    }
        
        #picture_menu_text {
            position: absolute;
            top: 182px;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 46px;
            padding: 1px 0;
            overflow: hidden;
        }
        
            #picture_menu_text .prev {
                float: left;
            }
            
            #picture_menu_text .next {
                float: right;
            }
            
                #picture_menu_text a img {
                    width: 40px;
                }
                
            #picture_menu_text p {
                margin: 0 auto;
                padding: 10px 0;
                font-family: Trebuchet, 'Trebuchet MS', Arial;
                font-size: 10px;
                color: #FFFFFF;
                line-height: 26px;
            }
        
        #picture_menu_shadow {
            position: absolute;
            top: 182px;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 48px;
            background-color: #000000;
            opacity: 0.5;
            -moz-opacity: 0.5;
            filter: alpha(opacity=50);
        }
        
            .loading {
                background: url('../_img/loader.gif') no-repeat center center #000000;
            }
    
    #box {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-top: solid 1px #336666;
        border-bottom: solid 1px #99CCCC;
        padding: 10px 0;
    }
    
        #shadow {
            display: block;
            margin: 0 auto;
            padding: 10px 0;
            background: url('../_img/shadow.jpg') repeat-x #2A5252;
        }
        
        .h {
            width: 640px;
        }
        
        .v {
            width: 440px;
        }
    
            #picture {
                display: block;
                border: solid 10px #FFFFFF;
                margin: 0 auto ;
            }
            
            #picture.artist {
                width: 400px;
                height: 400px;
            }
    
    #text {
        margin: 0 auto;
        border-top: solid 1px #336666;
        border-bottom: solid 1px #99CCCC;
        padding: 20px 0 10px 0;
    }
        
        #text h2 {
            margin: 0% auto;
            padding: 0 0 20px 0;
            font-family: Trebuchet, 'Trebuchet MS', Arial;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
        }
        
        #text p {
            width: 420px;
            margin: 0 auto;
            padding: 0 0 10px 0;
            font-family: Trebuchet, 'Trebuchet MS', Arial;
            font-size: 14px;
            line-height: 18px;
            color: #FFFFFF;
            text-align: left;
        }
        
        #text.contact p {
            text-align: center;
        }
    
    #copy {
        margin: 0 auto;
        padding: 20px 0 20px 0;
        font-family: Trebuchet, 'Trebuchet MS', Arial;
        font-size: 12px;
        line-height: 18px;
        color: #669999;
    }
    
        a {
            color: #99CCCC;
            text-decoration: none;
        }
        
            a:hover {
                text-decoration: underline;
            }