body{ 
font-family: Arial, Helvetica, Sans-Serif; 
margin-top:5px;

}

/* img, div { behavior: url(stylesheets/iepngfix.htc) } */

#container {
    width:1061px;
}

#top  {
    background:#fff url('../images/bg_top.png') no-repeat  top center;
    width:1043px;
    height:100px;
    _margin-left:16px;
}
#logo {
    position:absolute;
    margin-top:-46px;
    z-index:3;
}

#content { 
    background: url('../images/bg_content.png') repeat-y center;
    width: 1061px;
    min-height:600px;
}
#bottom  {
    background:#fff url('../images/bg_bottom.png') no-repeat top center;
    width:1061px;
    height:62px;
    _margin-left:8px;
}

#snowflake-top {
    margin-top:-2px;
}
#signature-top {
    margin-top:-16px;
}
#snowflake-bottom {
    margin-top:-2px;
}
#signature-bottom {
    margin-top:0px;
}

#movie-container {
    background: url('../images/movie_container.png') no-repeat top center;
    width: 905px;
    height: 540px;
    padding-top:26px;
    padding-left:6px;
}

#message-box {
    float:left;   
    margin-left: 60px;
    _margin-left:40px;
    background: url('../images/message_box.png') no-repeat top center;
    width: 416px;
    height: 329px;
    padding-top:66px;
    *padding-top:66px;
    _padding-top:66px;
}
.results {
    text-align: left;
    margin-left:80px;
    font-family: Arial, Helvetica, Sans-Serif; 
}
#comment-box {
    float:right;
    margin-right: 60px;
    _margin-right:40px;
    background: url('../images/comment_box.png') no-repeat top center;
    width: 500px;
    height: 352px;
    _padding-top:30px;
    
}

#comment-header{
    margin-top:22px;
    margin-bottom: 12px;
    height:43px;
}

#d_container {
    position: relative;
    overflow: auto;
    height:220px;
    width:385px;
    *width:380px;
}

#disqus_thread {
    margin-left:4px;
}

#dsq-form-area {
    margin: 20px;
}

#dsq-form-area iframe {
    *max-width:300px;
}

#previous{
    text-align:right;
    width:1018px;
    margin-bottom:8px;
}

#footer {
    margin-bottom:20px;
}

#copyright { font-size: 13px; margin-bottom: 20px; color: #999;}

/* These two properties remove the dotted border around the image links in the footer */
a:active{
    outline: none;
}
a:focus
{
    -moz-outline-style: none;
}