@CHARSET "ISO-8859-1";

body {
	background-color:#000000
}

p {
	margin: 20px;
}

a {
	color: #DDDDDD;
}

#pageContainer {
	background-color: transparent;
	position: relative;
	top: 100px;
	height: auto;
	width: auto;
	margin: 0px auto;
	align: center;
	text-align: center;
}

#ucIndexPage {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#ucIndexPage #splash {
	background: url('../img/uc_static.png') no-repeat top center;
	text-align: center;
	height: 370px;
}

#ucIndexPage #footer {
	position: relative;
	color: #CCCCCC;
}
