@charset "utf-8";
/* CSS Document */

#contentContainer{
	width:auto;
	/*解决高度自适应问题两个合起来用*/
	height: 1%;
	overflow: hidden;
	/*解决高度自适应问题两个合起来*/
}

#content{
	height:1%;
	width:756px;
	border-top:6px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	margin: 20px auto;
}