/* Homepage CSS Document */

html, body {
	height: 100%;
}

#content {
	width: 100%;
	height: 100%;
}

#logo {
	width: 360px;
	height: 400xp;
	margin: auto;
	display: block;
}

#logo #mark {
	width: 360px;
	height: 360px;
	border: 1px solid #000000;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}

#logo #updated {
	color: #ffffff;
	font-size: 8pt;
	text-align: right;
}
