@charset "utf-8";
/* CSS Document */
#container {
	width: 100%;
	overflow:hidden;
}
#content {
	width: 950px;
	margin:0 auto;
	position:relative;
}
#mainContent {
	width: 100%;
	float: left;
}

#footer {
	clear: both;
	background: #300;
}
.clear{
	clear:both;
}

#incont {
	float: left;
	width: 950px;
}
