body {
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 0.8em;
	/*background-image: url('./pat.gif');*/
}
#page {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 689px;
	height: 386px;
	background-image: url('./background.jpg');
	background-repeat: no-repeat;
	border: 2px outset #900;
}
#content {
	width: 300px;

	padding-top: 20px;
}
h1 {
	text-align: center;
	font-family: Impact, sans-serif;
	color: red;
	font-size: 4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 A {
	color: red;
}
h1 A:hover {
	text-decoration: none;
}
h2 {
	text-align: center;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul {
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: square;
}
A {
	color: #FFF;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#footer {
	position: absolute;
	bottom: 10px;
	height: 20px;
	left: 0px;
	text-align: center;
	width: 99%;
	margin: 0px;
	padding: 0px;
}
ul {
	text-align: left;
}

