@charset "UTF-8";
/* CSS Document */

#container {
	background-color: white;
	background-image: none;
}

#container #header {
	display: none;
}

#container #sidebar1 {
	display: none;
}

#container #sidebar2 {
	display: none;
}

#container #mainContent {
	margin: 0;
	width: 100%;
	background-color: white;
}
#container #footer img {
	display: none;
}
