body {
    background-image: url("https://images.cnblogs.com/cnblogs_com/DLarTisan/969109/o_4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#home {
    width: 1400px;
    opacity: 0.9;
}

#blogTitle h2 {
    background: none;
    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #369;
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    text-shadow: none;
}

#lnkBlogLogo {
    background-color: green;
    width: 0px;
    height: 120px;
    display: block;
    position: absolute;
    left: 0;
}

h2 {
	/* background: none repeat 0% 0% rgb(27,161,226); */
	/* #border-radius: 3px 3px 3px 3px; */
	/* box-shadow: 1px 1px 1px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5); */
	/* color: rgb(255, 255, 255); */
	/* font-family: "微软雅黑","黑体","宋体",Arial; */
	/* font-size: 17px; */
	/* font-weight: bold; */
	height: 32px;
	line-height: 25px;
	margin: 15px 0px !important;
	padding: 5px 0px 5px 20px;
	/* text-shadow: 2px 2px 3px rgb(34, 34, 34); */
	width: 97%;
}

#blogTitle h1 {
    font-size: 500%;
}

#blogTitle h2 {
    background: none;
    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #369;
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    text-shadow: none;
}

.menu {
    color: gray !important;
    margin-right: 40px;
    font-size: 280%;
}

#mainContent {
    float: left;
    width: 1000px;
}

#home {
    font-family: "微软雅黑";
    font-size: 15px;
    color: #000;
    word-wrap: break-word;
    line-height: 1.5;
}

#sideBar {
    width: 350px;
    float: right;
}

#home {
    width: 1400px;
    opacity: 0.85;
    margin-top: 100px;
    margin-bottom: 100px;
}

#footer {
    text-align: center;
    border-top: 2px solid green;
    margin-top: 10px;
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}