@charset "utf-8";
/* CSS Document */

body { background: white;}

#header, #nav, #pictures {display: none;}

#container, #topcontainer, #mainContent {width: 100%; margin: 0; float: none;}

#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer p {
	color: #000;
}
