@charset "UTF-8";
/* CSS Document */
/*            
universal               - info        
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #040a00 url('background.jpg')top center no-repeat;
}


#container {
clear: left;
position: absolute;
left: 50%;
width: 795px;
margin-left: -402px;
text-align: left;
background: transparent;
}  
 

.footer {
	float: left;
	width: 784px;
	height: 40px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.6em;
	font-weight: normal;
	color: #feffe6;
} 


.footer a:link, .footer a:visited, .footer a:active {
color: #feffe6;
background-color: none;
font-weight: bold;
text-decoration: none;
}

.footer a:hover {
color: #fff;
background-color: none;
text-decoration: underline;
	font-weight: bold;

}


.footerTextLeft {
background-color: transparent;
width: 240px;
text-align: left;
padding: 4px 0px 0px 0px; 
float: left;

}


.footerTextRight {
background-color: transparent;
width: 540px;
text-align: right;
padding: 4px 0px 0px 0px; 
float: right;

}

