/* CSS Document */

a{
	outline:none;
	text-decoration:none;
	color:#999999;
	}
	
a:hover,
a.active{
	color: #333333;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	/* background-image: url(../img/bg.gif); */
}

/* ------------------- FOOTER ------------------------ */
#footer{
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	border: 0px;
}

#copyrightTypo{
	font-style: verdana, arial, sanserif;;
	font-size: 9;
	font-weight: light;
	letter-spacing: 0.1em;
	color: #999999;
	z-index: 0;
}

#developersTypo{
	font-style: verdana, arial, sanserif;;
	font-size: 9;
	font-weight: light;
	letter-spacing: 0.1em;
	color: #999999;
	z-index: 0;
}

/* ------------------- SCROLLBAR ------------------------ */
#gecko_scrollbar {
 	display: none;
}

html>body #gecko_scrollbar {
 	position: absolute;
 	z-index: 1;
 	bottom: -1px;
 	left: 0;
 	width: 1px;
 	height: 1px;
 	display: block;
 	font-size: 0;
}





