        body
        {
            color: black;
            background-color: white;
            font-family: helvetica, arial, sans-serif;
        }
        
        .imageViewer
        {
            position: relative;
            top: 0;
            left: 0;
            width: 960px;
            height: 480px;
        }
        
        .imageViewer .well, .imageViewer .surface
        {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            cursor: default;
            border: 1px solid black;
        }
        
        .imageViewer .well
        {
            background-color: gray;
            background-image: url("null/none.png");
            overflow: hidden;
        }
        
        .imageViewer .surface        
        {
            background-color: transparent;
            background-image: url("center.gif");
            background-repeat: no-repeat;
            background-position: center center;
        }
        
        .imageViewer .status
        {
            margin: 0;
            padding: 0;
            position: absolute;
            top: 480px;
            left: 0px;
            display: none;
        }
        
            .imageViewer .well .tile
            {
                border: 0;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 0px;
                left: 0px;
                display: block;
            }
            
        .imageViewer .zoom        
        {
            background-color: white;
            position: absolute;
            top: 462px;
            left: 912px;
            width: 48px;
            height: 20px;
            margin: 0;
            padding: 0 0 0 4px;
            font-size: 20px;
            line-height: 20px;
            font-weight: bold;
            border-left: 1px solid black;
            border-top: 1px solid black;
        }
        
            .imageViewer .zoom a
            {
                text-decoration: none;
            }
        
            .imageViewer .zoom .dump
            {
                font-size: 16px;
            }
        
        h1, .description
        {
            margin-left: 100px;
            width: 400px;
        }
        
        h1
        {
            margin-top: 40px;
        }
        
            h1 em
            {
                font-size: 50%;
                color: gray;
            }
        
 
