body {
	background-color: #1C1C1B;
	background-image: url(images/UA_headimg.jpg);
	background-repeat: no-repeat;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	}

p {
	font-size: 11px;
	font-family:verdana, arial, sans-serif;
	color: #ffffff;
	margin: 0px;
	margin-top: 24px;
	}


a:link {
	color: #ffffff;
	text-decoration: none;
	}

a:visited {
	color: #aaaaaa;
	text-decoration: none;
	}

a:hover, a:active {
	color: #db2b89;
	text-decoration: underline;
	}

#content {
	position: absolute;
	left: 64px;
	top: 333px;
	margin: 0px;
	padding: 0px;
	background: transparent;
	width: 440px;
	/*height: 800px;*/
	}
	
#spacer {
	display: block;
	position: relative;
	left: 0px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	background: url(images/spaceball.png);
	width: 440px;
	height: 220px;
	}
	
