/* 
    Document   : stylesheet
    Created on : Oct 8, 2009, 9:52:23 AM
    Author     : dbuell
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body {
    background:#000 url('./images/bg_body.jpg') no-repeat top center;
    margin:0;
    padding:0;
    text-align:center;
}
div#pageContainer{
    position:relative;
    width:948px;
    background:transparent url('./images/bg_page_shadow.png') no-repeat top center;
    margin:0px auto;
    padding:0;
    text-align:left;
    
}
div#page{
    width:900px;
    height:900px;
    background:url('./images/bg_page.jpg') no-repeat bottom center;
    margin:0px auto;
}
ul#buttons{
    list-style:none;
    position:relative;
    padding-top:300px;
    padding-left:28px;
}
ul#buttons li{
    margin-top:35px;
}
li img{
    border:none;
}
div#feature{
    position:absolute;
    top:530px;
    float:left;
    left:-30px;
    background:transparent url('./images/bg_features.png') no-repeat center center;
    width:461px;
    height:207px;
}
div#feature ul{
    position:relative;
    margin-left:80px;
    margin-top:80px;
    font-weight:bold;
    font-size:12px;
    font-family:Helvetica, arial, sans-serif;
    line-height:18px;
    visibility:hidden;
}
div#video{
    position:absolute;
    top:175px;
    float:right;
    right:-30px;
    background:transparent url('./images/bg_video.png') no-repeat center center;
    width:553px;
    height:406px;
}
div#player{
    margin-top:38px;
    margin-left:50px;
}
div#playerDescription{
    margin-top:10px;
    margin-left:57px;
    width:420px;
    font-weight:bold;
    letter-spacing:0px;
    font-size:11px;
    font-family:Helvetica, arial, sans-serif;
    visibility:hidden;
}
div#ak30{
    position:absolute;
    top:560px;
    right:-100px;
    width:633px;
    height:211px;
}
div#paragraph1{
    position:absolute;
    float:left;
    width:400px;
    margin-left:50px;
    bottom:30px;
    color:#b59979;
    font-family:Helvetica, arial, sans-serif;
    font-weight:normal;
    font-size:9px;
    text-indent:10px;
}
div#paragraph2{
    position:absolute;
    right:50px;
    width:400px;
    bottom:30px;
    color:#b59979;
    font-family:Helvetica, arial, sans-serif;
    font-weight:normal;
    font-size:9px;
    text-indent:10px;
}
div#socialBookmark{
    position:absolute;
    left:30px;
    bottom:-30px;
}
div#footer{
    margin:0 auto;
    width:900px;
    color:#b59979;
    margin-top:100px;
    text-align:left;
}