﻿html, body, form
{
    height: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #c0c0c0 url(/gfx/main-bg.jpg) repeat-x;
}

body, input, select, textarea, td
{
    font-family: Helvetica, Arial;
    font-size: 11px;
}

#globalWrapper
{
    width: 978px;
    margin: 0 auto;
    text-align: left;
}
    #globalHeader
    {
        height: 165px;
        overflow: hidden;
        background: url(/gfx/header-bg.jpg) no-repeat;
    }
        #globalHeader .home
        {
            position: relative;
            display: block;
            width: 290px;
            height: 50px;
            left: 40px;
            top: 100px;
        }
            #globalHeader .home span
            {
                display: none;
            }
            
            #globalSharing
            {
                float: right;
                width: 70px;
                height: 30px;
                margin-top: 130px;
                background: url(/gfx/sharing.png) no-repeat;
            }
                #globalSharing a
                {
                    float: left;
                    display: block;
                    width: 31px;
                    height: 30px;
                }
                    #globalSharing a span
                    {
                        display: none;          
                    }                                   
     
    #globalMiddle
    {
        overflow: hidden;
        font-size: 12px;
        background: url(/gfx/inner-bg.jpg) no-repeat; 
        height: 450px;
        padding: 40px;
    }
    
        #videoName
        {
            padding: 7px 0 0 12px;
            font-size: 11px;
        }
        
        #sapLink
        {
            display: block;
            width: 258px;
            height: 35px;
            position: relative;
            top: 420px;
            left: 670px;
        }
            #sapLink span
            {
                display: none;
            }        

            
    #globalFooter
    {
        
    }   
