#header {
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: 310px;
    margin: auto;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 10px #888888; /* 老的 Firefox */
    box-shadow: 0px 0px 10px #888888;
}
#main {
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: auto;
    margin: auto;
    border: none;
    padding-right: 0;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 10px #888888; /* 老的 Firefox */
    box-shadow: 0px 0px 10px #888888;
}
#topics {
    position: relative;
    width: 900px;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    overflow: hidden;
}
#blogTitle {
    position: relative;
    top: 130px;
    left: 0;
    width: 740px;
    height: 75px;
    margin-top: -30px;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
#blogTitle a:hover{
    text-decoration: none;
}
#blogTitle a {

    color: #000;
    font-family: Gabriola;
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    margin-left: 30px;

}