@import url(layout.css);

* {
	color:black;
	}

#left {
	width:100%;
	}
	
#head, #navigation, #right, #foot {
	display:none;
	}
