/* CSS Document */

html {
	text-align: centre;
	background: url(images/bk-tile.jpg) repeat;
}

body {
	position: relative;
	width: 770px;
	height: 700px;
	margin: 0px auto;
	text-align: center;
	font-family: "gill sans MT", "arial", "verdana", "geneva";
	font-size: 80%;
	color: black;
	line-height: 110%;
}

templogo {
	position: absolute;
	margin: 0px;
	border: 1px solid black;
	height: 700px;
	width: 770px;
}

