#blogTitle .title {
    font-size: 25pt;
}

#home {
    margin: 0 auto;
    width: 75%;
    min-width: 950px;
    background-color: rgba(255, 255, 255, 0.80);
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

body {

    background: url(https://pic1.win4000.com/wallpaper/3/5944dfef0e4d5.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;

}

.diggit {
    float: left;
    width: 64px;
    height: 67px;
    background: url(//ww1.sinaimg.cn/large/0060lm7Tly1fnchwl0ntag301s01yt8p.gif);
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

.diggit {
    float: right;
}

.buryit {
    float: right;
    margin-left: 20px;
    width: 46px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
div {
    display: block;
}