/* CSS Document */

table.homepage
	{
	background-image:		 url("../GRAPHICS/backgrounds/landscape.jpg");
	background-position:	top left;	
	background-repeat:		no-repeat;
	/* Size of background image decides size of box */
	height:		368px;
	width:		548px;
	/* Start positioning box at dead centre of window */
	position:	absolute;
	left:		50%;
	top:		50%;
	/* Move box up and back so centre of box is centre of window */
	margin-top: -184px;
	margin-left: -274px;
	}
