/*隐藏元素*/
#ad_t2, #comment_nav {
display:none;
}
/*不透明度*/
#home {
	opacity: 0.85;
}
body {
	background-color: darkcyan;
}