/* CSS Document */
#base {
	/*background-color	: #fff;*/
	width				: 740px;
	text-align		 	: left;
	clear			 	: both;
	/*min-height			: 500px;*/
	background-image:url(../images/bck.jpg);
	background-repeat:no-repeat
}

#log_ { 
	clear:both;
	float:right;
	font-size:11px;
	width:500px;
	margin-top: 65px;
	text-align:right
}

#top {
	padding          	: 15px 0;
	height				: 145px;
}

#rodape {
	width:750px;
	color: #036;
	text-align: left;
	font-size:10px;
	clear:both;
	border-top: 1px #036 solid	
}

#credits { float:right; color:#036 }

#flsh {
	clear:both;
	display:block;
	background-color:#Fff;
	width:720px;
	margin:auto;
	border-top: 1px #036 solid;
	border-bottom: 1px #036 solid;
	padding: 5px 0
}

#svcs {
	display:none;
	position:absolute;
	left:600px;
	top:65px;
	background-color	: #036;
	padding:2px
}

#svcs li {
	display:list-item
}

#svcs a {
	float:none;
	filter : alpha(opacity=70); moz-opacity	: 0.7; opacity: 0.7; 
}

#svcs a:hover {
	filter : alpha(opacity=100); moz-opacity	: 1; opacity: 1; 
}

#copyright { float:left }