body 
{
	background-color:#000000;
}
IMG.centered 
{ /* Center logo in middle of under construction page */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bottomLeft
{
	position:relative;
	top:175px;
	right: 5px;
	color:#ffffff;
}
a:link {color:#ffffff;}      /* unvisited link */
a:visited {color:#ffffff;}  /* visited link */
a:hover {color:#808080;}  /* mouse over link */
a:active {color:#ffffff;}  /* selected link */