#page {
	width: 100%;
	background-color: #fff;
}

#header {
	height: 87px;
}

#header div {
	display: none;
}

#content {
	width: 100%;
	float: left;
}

#float-wrapper {
	width: 100%;
}

#center {
	width: 100%;
}

* html #center {
	display: inline;
}

#center-content {
	padding: 0 5px;
}

#left, #right{
	display: none;
}

#footer {
	clear: left;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}
