@charset "utf-8";
* html body{
	zoom: 80%;
}
body {
	background: #FFF;
}
#wrapper {
	background: #FFF;
	border: none;
}


#sidebar,
#contents {
	display: table-cell;
}
#contents {
	float: none;
	margin-left: 220px;
	padding-right: 0;
}


#footer {
	display: table-cell;
	width: 900px;
}