/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    font: normal 1.1em/1.6em Verdana Tahoma sans-serif;
    width: 100%;
    height: 100%;
    background: #000 url(./../__img__/bck3.png) 0 0;
    color: #FFF;
}

a {
    color: #FFC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    width: 65Opx;
    height: 70px;
    background: #242828 url(./../__img__/h1.jpg) no-repeat 0 0;
}

    h1 span {
        display: none;
    }

#main {
    width: 650px;
    height: 100%;
    margin-left: 50px;
    padding-left: 50px;
    background: #242825;
    border: 1px solid #151813;
    border-width: 0 0 0 15px;
    border-right: 10px solid #434A44;
}

#content {
    width: 820px;
    height: 520px;
    padding-top: 10px;
    background: #242825 url(./../__img__/bckContent.png) no-repeat 100% 0;
}

#flashContent {
    width: 800px;
    height: 500Px;
    background: #242825;
    border: 5px solid #FFF; /*#242825;*/
}

    #flashVideo {
        position: absolute;
        background-color: #000;
        border: 5px solid #FFF;
        padding: 5px;
        width: 610px;
        height: 460px;
        top: 100px;
        left: 170px;
        z-index: 1000;
    }
    
        #vidspi {
            width: 600px;
            height: 450px;
        }
    
    .showVideo {
        display: block;
    }
    
    .hideVideo {
        display: none;
    }

#footer {
    margin: 0 10px 0 0;
    text-align: right;
    font-size: .7em;
}

