/* stylesheet to centre a page */

div#container {
	width: 800px;
	margin: auto;
}
