@charset "utf-8";
/* 代码整理：懒人之家 */
* {
	margin:0;
	padding:0;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background:url("../images/body_bg.jpg") repeat-x;
}
#mainBody {
	position:relative;
	width:100%;
	height:100%;
}
.cloud {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url("../images/cloud.png") no-repeat;
	z-index:1;
	opacity:0.8;
}
#cloud2 {
	z-index:3;
}

/* paragram */

.paraLeft {
	float:left;
	margin:5px 0 0 5px;
}
#local {
	font:26px "黑体";
	line-height:26px;
	margin-top:60px;
}
#city {
	font:18px "黑体";
	line-height:20px;
}
#hour {
	font:18px "黑体";
	line-height:20px;
	color:#8191A4;
	letter-spacing:-1px;
}
#temper {
	height:100px;
	margin-top:60px;
	float:right;
	font:96px Arial, Helvetica, sans-serif;
	line-height:100px;
	text-align:right;
	margin-left:5px;
}
#update {
	font:18px "黑体";
	line-height:45px;
	width:auto;
	height:45px;
	margin:0;
	float:right;
}
span#time1, span#time2 {
	font:18px Arial, Helvetica, sans-serif;
	width:auto;
	height:45px;
	line-height:45px;
	margin:0 15px;
	float:right;
}
span#time2 {
	float:left;
}
span {
	float:right;
	width:60px;
	font:bolder 32px Arial, Helvetica, sans-serif;
	line-height:30px;
	text-align:right;
	margin-left:5px;
}
span.blue {
	color:#7696C1;
}
