#page {
	width: 770px; /* This sets the actual width of the page, 770 is max for 800x600, 990 is max for 1024*768 */

	/* The following forces the page to be centred */
	margin-left: auto;
	margin-right: auto;
}
