/* CSS Document */
body
{
	background-color: #132533;
}

.main
{
}

div.main
{
	position: absolute;
	height: 220px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -300px;
	text-align: center;
	vertical-align: middle;
}

.content
{
}

.bottom
{
}

div.bottom
{
	position: absolute;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: 100px;
	margin-left: -300px;
	text-align: center;
	vertical-align: middle;
	height: 100px;
}

.bottom a, .bottom a:active, .bottom a:visited
{
	color: #FFFFFF;
}

.welcome
{
}

div.welcome
{
	position: absolute;
	height: 80px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -300px;
	text-align: center;
	vertical-align: top;
}

.links
{
}

div.links
{
	position: absolute;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: 210px;
	margin-left: -300px;
	text-align: right;
	vertical-align: middle;
}

.links a, .links a:active, .links a:visited
{
	text-decoration: none;
	color: #CC0000;
}

.links a:hover
{
	text-decoration: underline;
}


