/*内容*/

/*左*/
.left{
	width:953px;
	height:100%;
	float:left;
	background:#fff;
	overflow: hidden;
}

/*右*/
.right{
	width:247px;
	height:877px;
	overflow: hidden;
	float:left;
	background:#c6c6c6;
	overflow: hidden;
}

#frameContent{
    background: #fff;
}
