body {
	background: #fff url(images/homebg.jpg) fixed repeat;	
	font: 12pt/12px Arial, Helvetica, sans-serif;
	color: #000;
	height:100%;
	text-align:center;
	}
	
.wrapper {
	position: relative;
	margin: 0 auto -41px;
	width:100%;
	height:auto !important;
	height:100%;
	text-align:center;
	min-height: 100%;		
	}

.tims {
	width:645px;
	height:684px;
	background:url(images/home_01.png);
}
.lcloud {
	position:fixed;
	top:5px;
	left:0px;
	width:102px;
	height:208px;
	background:url(images/lcloud.png);
	z-index:2;
}
.rcloud {
	position:fixed;
	top:95px;
	right:0px;
	width:102px;
	height:208px;
	background:url(images/rcloud.png);
	z-index:3;
}