html
{
	background-color: #fdfaea;
	background-image: url(images/sun.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
}
body
{
	height: 100%;
	margin: 0;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1, h2, h1 a, h2 a
{
	font-family: Arial;
	font-size: 13px;
	color: white;
	font-weight: normal;
}
h1
{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
h2
{
	position: absolute;
	bottom: 25px;
	right: 25px;
}