html {
    width:100%;
}

body {
    width:100%;
    font-size:12px;
    line-height:16px;
    background-color:#FFFFFF;
}
#wrapper {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
    background-image:url('../img/allback.jpg');
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
}

#header {
    padding-top: 86px;
}

#header h1 {
    width:734px;
    height: 86px;
    text-indent:-9999px;
    background-image:url('../img/h1.png');
    background-repeat:no-repeat;
    margin-left: 100px;
}

#menu {
    height: 86px;
}

#menu ul{
    padding-left:574px;
    padding-top: 16px;
    display: block;
}

#menu li {
    float:left;
    margin-right: 25px;
    
}
#menu a {
    display:block;
    height:70px;
}
#main{
    width:959px;
    height: 598px;
    background-image:url(../img/mainimg_news.jpg);
    background-repeat:no-repeat;
    margin-left:129px;
padding-top:100px;
}
#main li{
    margin-bottom: 6px;
}

#news {
    width:400px;
    height: 440px;
    margin-left: 490px;
    overflow: auto;
}
#news h3{
    font-weight: bold;
    color: #ff006e;
}

#news_bottom {
    background-image:url(/img/top_news_bottom.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#FFFFFF;
    padding-bottom:30px;
}

#right{
    float: right;
}

#movie {
    width:390px;
    background-image:url('/img/top_movie.png');
    background-repeat:no-repeat;
    margin-bottom:15px;
}

#blog {
    width:390px;
    background-image:url('/img/top_blog.png');
    background-repeat:no-repeat;
    margin-bottom:15px;
}
#news_bottom h4{
color:#FF6699;
}
#right h3{
    height:64px;
    text-indent:-9999px;
}

#side_bottom {
    background-image:url('/img/top_side_bottom.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#FFFFFF;
    padding-left:13px;
    padding-bottom:30px;
    padding-top:5px;
}
#dialog a {
    display:block;
    width:424px;
    text-align:center;
    font-weight:bold;
    color:#FFFFFF;
}
#footer {
    margin-top:150px;
    margin-bottom: 50px;
    text-align: center;
}

