* {
    margin: 0;
    outline: none;
    padding: 0;
}

body {
    background:#051919;
    color: #8b908e;
    font-family: arial;
    font-size: 62.5%;
    text-align:center;
    overflow-x: hidden;
}

img { border: 0; }

.sprite {
    display: block;
    height: 0;
    overflow: hidden;
}

#contentcontainer {	
    text-align: left;
    width: 100%;
}

#content {
    background:#000;
    cursor: default;
    display: block;
    min-width: 1000px;
    text-align: left;
    width: 100%;
}

#wrapper{
    background:#0d555c;
    height:auto;
    width:100%;
}

#flashcontent{
    clear:both;
    color:#8b908e;
    display:block;
    font-size:14px;
    height:746px;
    text-align: center;
    width:1600px;  
    position: relative;
    left: 50%;
    margin-left: -800px;
    top: 0;
}

#flashcontent a{
    color:#8b908e;
}

/* INNER FOOTER */

#inner-footer{
    background:url('../images/footer-bkg.jpg') repeat-x top center;
    color:#8b908e;
    height:130px;
    padding:24px 0 0 0;
    width:100%;
}
#inner-footer a,
#inner-footer a:visited{
    color:#8b908e;
}

#inner-footer p{
    text-align:center;
}

#inner-footer ul{
    list-style-type: none;
    margin:0 auto;
    padding:6px 0 0 0;
    width:640px;
}

#inner-footer li{
    float:left;
    margin:0 30px 0 0;
}

#inner-footer li.rating{
    float:left;
    padding:15px 0 0 0;
}

#inner-footer li.last{
    float:left;
    margin:0;
    padding:14px 0 0 0;
}

/* SHARE */

#share-body{
    background: #75a1df url('../images/share-bkg.jpg') repeat-x top center;
}

#share-header{
    background: url('../images/share-header.png') no-repeat top center;
    height: 43px;
    padding: 130px 0 0 0;
}

#share-release-date{
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
}

#share-image{
    height:686px;
    margin:0 auto;
    width:914px;
}

#share-image img{
    box-shadow: 0 0 30px #527cb8;
    margin:0 auto;
    max-height:686px;
    width:914px;
}

#share-footer{
    color: #25344a;
    padding:9px 0 50px 0;
}

#share-footer a,
#share-footer a:visited{
    color: #25344a;
}
