body {
	color: #000;
	background: url(//images.cnblogs.com/cnblogs_com/samhx/1301885/o_68804002_p0_waifu2x_art_noise1_scale_tta_1.png) center fixed;
	background-size: cover;
	background-repeat: no-repeat;
        min-width: 1200px;
}

#home {
	opacity: 0.90;
        filter: alpha(opacity=90);
        box-shadow: 0 0 10px #000;
        margin: 40px auto;
    /*    width: 1200px;   */
        background: #fff;
        overflow: auto;
        border: solid 1px #fff;
}

#blogTitle h1 a {
	font-family: "Merriweather";
}

#footer {
	font-family: "Noto Serif SC", serif;
}

#navigator {
    font-size: 16px;
    height: 60px;
}