/* stylesheet to centre a page */

div#container {
	width: 800px;
	margin: auto;
}
.noTopMargin {
margin-top: 0;
}