body {
    background-color: black;
    background-image: url('../images/background.jpg');
    background-repeat: repeat;
    text-align: center;
    color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: small;
	font-weight: bold;
}

a:link {
    border-style: none;
    text-decoration: none;
	color: #FFFFFF;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

a:visited {
    border-style: none;
    text-decoration: none;
	color: #FFFFFF;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

a:hover {
    border-style: none;
    text-decoration: none;
	color: #93b2ea;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.nav {
	color: #FFFFFF;
	text-align: right;
	font-size: small;
	font-weight: bold;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.currentNav {
	color: #ffa317;
	text-align: right;
	font-size: medium;
	font-weight: bold;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);	
}


.footer {
	color: #FFFFFF;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

img {
    border-style: none;
}

#navigation {
	 position: absolute; 
	 right: 15px; 
	 top: 5px; 
	 padding: 0em; 
	 z-index: 1;
}

#copyrightsFooter {
	 position: absolute; 
	 right: 5px; 
	 bottom: 5px; 
	 padding: 0em; 
	 z-index: 1;
}

#background {
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	padding: 0em; 
	z-index: 0;
}

div#tooltip {
	font-size: x-small;
	font-weight: normal;
	background-color: transparent;
	position: absolute; 
	visibility: hidden;
}