#home{
    width: 100%;
}
#header{
    height: 374px;
    background: url(https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1015543605,2945453085&fm=23&gp=0.jpg) no-repeat;
    background-size: 100% 100%;
    -moz-background-size: cover;
    -webkit-background-size: 100%;
}
#main {
    width: 95%;
    min-width: 950px;
    margin-top: 40px;
    text-align: left;
    margin-left: 30px;
    margin-top: 220px;
}
.blogStats{
    display: none;
}
#navigator {
    margin-top: 0px;
    height: 60px;
    clear: both;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 20px;
}
#blog_nav_newpost {
    display:none;
}
a:hover {
        color: #540404;
    text-decoration: none;
}
.img_style{
position: absolute;
    top: 299px;
    left: 44%;
    z-index: 9999;
    border-radius: 50%;
    border: 3px solid #fff;
}
.introduce{
    position: absolute;
    top: 480px;
    left: 35%;
    z-index: 9999;
    color: #666;
    font-size: 15px;
    text-align: center;
}
.set_thought{
     position: absolute;
    top: 156px;
    left: 13%;
    font-size: 30px;
    font-style: italic;
}