@charset "utf-8";

body {
	background-color:#000000;
	text-align:center;
	}

li {
	font-size: smaller;
	}

a:link {
	text-decoration:none;
	color:#ffffff;
	}

a:visited {
	text-decoration:none;
	color:#ffffff;
	}
	
a:hover {
	text-decoration:none;
	color:#9999FF;
	}
	
.header {
	font-size:large;
	text-align:center;
	}

#container {
	position:absolute;
	width:100%;
	min-height:100%;
	top:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF;
	}

#container #splash {
	position:absolute;
	width:100%;
	min-height:100%;
	top:0px;
	left:0px;
	background-color:#000000;
	background-position:center;
	background-image:url(/images/translogo.jpg);
	background-repeat:no-repeat;
	}
	
#container #error {
	position:absolute;
	width:40%;
	top:20%;
	left:30%;
	}
	
#container #footer {
	width:100%;
	height:19px;
	position:absolute;
	background-color: #000000;
	color: #777777;
	bottom:2px;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:small;
	border-top-style: solid;
	border-top-color: #777777;
	border-top-width: thin;
	}

	


