html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body	{
  background: black;
	color: #202020;
	margin: 0;
}


#outer_wrapper {
  background: black url(../_img/bk/fichatecnica.jpg) no-repeat fixed bottom center;
  color: #202020;
  height: 650px;
  }

#wrapper {
  margin-left: 10px;
  text-align: left;
}

#wrapper #fundo {
  position: absolute;
  left: 20px;
  margin-top: 50px;
  text-align: left;
  background: #DFDFDF;
  border: 2px solid white;
  width: 675px;
  height: 550px;
}

#wrapper #fundo {
  opacity: .5;
  filter: alpha(opacity=50);
}

#content {
  position: absolute;
  width: 650px;
  background: transparent;
  z-index: auto;  
  left: 35px;
  margin-top: 50px;
  text-align: left;
  padding: 2px;
  padding-top: 20px;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
/*----------------------------------------------------------------------------*/


a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #6A6A6A;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #4A4A4A;
	background: transparent; 
	}
