@charset "utf-8";
/* CSS Document */

html, body {
	height: 1200px;
}
body {
	background-image: url(Website%20background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}