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/bio.jpg) no-repeat fixed bottom left;
  color: #202020;
  height: 950px;
  }

#wrapper {
  margin-left: 10px;
  text-align: left;
}

#wrapper #fundo {
  position: absolute;
  left: 20px;
  text-align: left;
  background: #D5D5D5;
  border-right: 1px solid white;
  width: 550px;
  height: 950px;
}

#wrapper #fundo {
  opacity: .5;
  filter: alpha(opacity=50);
}

#content {
  position: absolute;
  width: 500px;
  background: transparent;
  z-index: auto;  
  left: 35px;
  text-align: justify;
  padding: 2px;
  padding-top: 20px;
}


.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
/*----------------------------------------------------------------------------*/

#content a:link, #content a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #353535;
  border-bottom: 1px dotted #505050;
	background: transparent; 
	}

#content a:hover {
	font-weight : bold; 
	text-decoration : none;
  border-bottom: 1px dotted #000000;
	color: #151515;
	background: transparent; 
	}

.detalhes {
  color: #6D8092;
  font-size: 9px;
  background-color: transparent;
}
