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

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

html, body, #bg, #bg table, #bg td {
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 1.0em;
	color: #fff;

}


/* MENU */

#menu-bg {
	position:absolute;
	bottom:55px;
	z-index:80;
	width:100%;
	line-height:12px;
	left: 0px;
}

#menu-bg div {
	height:62px;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	padding:7px 0 0 7px;
}

#menu {
	position:absolute;
	bottom:55px;
	z-index:90;
	width:100%;
	line-height:12px;
	left: 0px;
}
#menu div {
	height:62px;
	padding:7px 0 0 7px;
}

#menu ul {
	padding:15px 0 0 10px;
	left: 0px;

}

#menu li {
	display: inline;
	/*vertical-align:middle;*/
}

#menu a img { 
	border: none; 
	opacity:0.6;
	filter:alpha(opacity=60);
}

#menu a:hover img { 
	border: none; 
	opacity:0.9;
	filter:alpha(opacity=90);
}

a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

.active, a.active {
	color: #ggg;
}



#copyright {
	z-index:80;
	position:absolute;
	bottom:15px;
	right: 0px;
	text-transform:uppercase;
	font-size: 0.8em;
	color:a6a6a6;
}
