body {
	color: #333333;
	font-family: verdana;
	font-size: 0.8em;
	margin: 0;
}

a {
	color: #44C3D6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 0 -10000px;
}

div#header {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -230px;
	text-align: center;
	width: 820px;
}

div#header a {
	margin: 0 20px;	
}

div#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -130px;
}

div#notice {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: 80px;
	width: 795px;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

div#footer {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: 175px;
	width: 820px;
}

span#copyright {
	float: left;
}

span#contact {
	float: right;
}
