body{
	color:#333;
}

/*--主容器--*/
#main-wrapper{
	width:100%;	
}

/*--内容容器--*/
#wrapper{
	margin:0 auto;
	width:1000px;
}

/*--头部--*/
#header{
	float:left;
	width:1000px;
	overflow:hidden;	
}

/*--内容--*/
#content{
	float:left;
	width:1000px;
	background:#FFF;
}

/*
#content a{
	text-decoration:none;
	color:#333;	
}
*/

#content .tip{
	font-size:12px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

/*--脚部--*/
#footer{
	float:left;
	width:1000px;
}

.clear-both{
	font:0px/0px sans-serif;
	clear:both;
	display:block	
}