body {
    margin: 0px;
    padding: 0px;
    background-color: #1b1d1c;
    color: black;
}

#content {
    width: 100%;
    height: 100%;
    background-color: white;
}

img {
    border: none;
}

#container {
    position: relative;
    width: 1023px;  
    min-height: 984px;
    margin: 0 auto;
}


#trailer_btn {
    top: 140px;
    left: 765px;
    width: 153px;
    height: 151px;
    margin: 0;
    padding: 0 0 0 7px;
    display: block;
    position: absolute;
}

#share {
    top: 140px;
    left: 110px;
    width: 153px;
    height: 151px;
    margin: 0;
    padding: 0 0 0 7px;
    display: block;
    position: absolute;
    background: transparent url('../images/share.gif') top left no-repeat;
}

#share li {
    margin: 24px 3px 0 0;
    padding: 0;
    display: block;
    float: left;
}

#share li a {
    width: 15px;
    height: 16px;
    display: block;
    border: 1px solid white;
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#share li a:hover {
    border-color: #738f92;
}

#share li a span { display: none; }

#share .delicious { background-image: url('../images/icons/delicious.gif'); }
#share .digg { background-image: url('../images/icons/digg.gif'); }
#share .facebook { background-image: url('../images/icons/facebook.gif'); }
#share .myspace { background-image: url('../images/icons/myspace.gif'); }
#share .reddit { background-image: url('../images/icons/reddit.gif'); }
#share .stumbleupon { background-image: url('../images/icons/stumbleupon.gif'); }
#share .twitter { background-image: url('../images/icons/twitter.gif'); }


#global {
   top: 785px;
    left: 180px;
    width: 239px;
    height: 45px;
    margin: 0;
    padding: 0 0 0 7px;
    display: block;
    position: absolute;
}

#facebook {
   top: 785px;
    left: 585px;
    width: 239px;
    height: 45px;
    margin: 0;
    padding: 0 0 0 7px;
    display: block;
    position: absolute;
}

#footer {   
    padding:853px 0 0 330px;
}

#footer,
#footer a:link,
#footer a:hover,
#footer a:visited {
    font-family: arial, sans-serif;
    font-size: 7pt;
    color:#798d8a;
}

#footer a:link,
#footer a:hover,
#footer a:visited {
    padding: 0 2px;
    text-decoration: none;  
}

#footer .first a:link,
#footer .first a:hover,
#footer .first a:visited {
    padding: 0 2px 0 0;
}