* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, Times New Roman, Arial, sans-serif;
    letter-spacing: 0;
    background: #f6f6f6;
    height: 100%;
}

#layout_wrapper {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}

#header {
    float: left;
    width: 200px;
    margin: 35px 0 0 20px;
    position: fixed;
    z-index: 5;
}

#header_wrapper {
    width: 100%;
    height: 80px;
    color: #777;
    top: 0;
    /*right: 15px;*/
    position: fixed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: Alpha(opacity = 80);
    opacity: 0.8;
    background: #f6f6f6;
    z-index: 3;
}

#content_wrapper {
    width: 950px;
    margin-left: -475px;
    height: 545px;
    top: 250px;
    left: 50%;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: Alpha(opacity = 80);
    opacity: 0.8;
    background: #f6f6f6;
}

#content {
    /*width: 82%;*/
    /*margin-left: 280px;*/
    
    top: 0;
    right:0;
    bottom: 0;
    /*position: absolute;*/
    outline: none;
    overflow: auto;
}

#footer_wrapper {
    /*right: 0;*/
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: Alpha(opacity = 80);
    opacity: 0.8;
    z-index: 3;
    background: #f6f6f6;
}

#footer {
    width: 910px;
    margin-left: -455px;
    height: 141px;
    position: absolute;
    top: 781px;
    left: 50%;
    z-index: 100;
}

/* Motion page */
.motion #content {
    width: 365px;
}

#share_bar {
    margin-top: 285px;
}
