#container
{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	height: 400px;
	top: 50%;
	margin-top: -200px;
	border: 2px solid #8080ff;
}

#logo
{
	position: absolute;
	width: 237px;
	left: 50%;
	margin-left: -118px;
	height: 36px;
	top: 50%;
	margin-top: -100px;
}

#text
{
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	height: 100px;
	text-align: center;
	top: 200px;
	font-size: 12pt;
	font-family:  Arial, sans-serif, helvetica;
}

A
{
	color: Gray;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

A:HOVER
{
	color: Gray;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
