html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.dragme{
	position:absolute;
	filter: Alpha(Opacity=80,);
	cursor: crosshair;
}
.dragmeMenu {
	position:absolute;
	width: 298px;
	filter: Alpha(Opacity=90,);
	cursor: crosshair;
	left: 1px;
	top: 1px;
}
.transparente {
	filter: Alpha(Opacity=80);
}
.dragmeMenu .transparente li {
	color: #CC9933;
	font-weight: bold;
	list-style-type: disc;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
	font-size: 12px;
}
a:link {
	color: #CC9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
.rodape {
	position: absolute;
}

a:hover {
	text-decoration: underline;
	color: #D9B364;
}
a:active {
	text-decoration: none;
	color: #C09230;
}
