body {
	background:url(/bbs/template/adelaide20/wechat/image/bg.jpg);
	background-attachment:fixed;
}

.wrap-all {
	width:960px;
	margin:0 0 50px 0;
	background: #fff;
	float:left;
}

.wrap-top {
	width:960px;
	margin:0;
	float:left;
	background: #fff;
	border-radius:0 0 10px 10px;
}

.wrap-left {
	width:640px;
	margin:10px 0 10px 0;
	float:left;
	background: #fff;
	border-radius:10px;
}

.wrap-left .left-content {
	float:left;
	width:90px; 
	border:1px solid #ccc;
	margin:10px 0 0 10px;
	padding:10px;
	border-radius:5px;
	background:#f1f1f1;
}

.wrap-top .top-content {
	float:left;
	width:180px;
	border:1px solid #ccc;
	margin:10px 10px 0 0;
	padding:10px;
	border-radius:5px;
	background:#f1f1f1;
}

.wrap-right {
	width:310px;
	margin:10px 10px 10px 0;
	float:left;	
	background: #fff;
	border-radius:10px;
}

.right-content {
	float:left;width:270px; 
	background:#658EC2; 
	margin:0 0 10px 10px;
	padding:10px;
	border-radius:5px;
}

.right-content:hover{
	background:#F05632;
}
