
/* CSS Document */

#wrap {
	width: 800px;
	text-align: left;
}

#headerPlacement {
	 position: absolute;
	 top: 0;
	 width: 800px;
	 clear: both;
}

#contentPlacement {
	margin-top: 200px;
}

#footerPlacement {
	margin-top: 50px;
	
}
