html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body	{
  background: black;
	color: #202020;
	margin: 0;
}

table {
  text-align: center;
  font-size: 11px;
  width: 300px;
}

tr {
  height: 30px;
}

th {
  text-align: right;
  border-right: 1px solid #9F9F9F;
  padding: 5px;
  color: #2A2A2A;
  font-size: 9px;
  font-weight: bold;
}

td {
  text-align: left;
  padding: 5px;
  color: #202020;
}

td a {
  color: #202020;
  border-bottom: 1px dotted #353535;
}


#outer_wrapper {
  background: #A8ABA9 url(../_img/bk/2008lisboa.jpg) no-repeat fixed bottom center;
  color: #EAEAEA;
  height: 700px;
  }

#wrapper {
  margin-left: 10px;
  text-align: left;
}

#wrapper #fundo {
  position: absolute;
  left: 20px;
  margin-top: 50px;
  text-align: left;
  background: #EAEAEA url(../_img/fundonegro.gif) repeat-x bottom;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 750px;
  height: 600px;
}

#wrapper #fundo {
  opacity: .6;
  filter: alpha(opacity=60);
}

#content {
  position: absolute;
  width: 725px;
  background: transparent;
  z-index: auto;  
  left: 35px;
  margin-top: 50px;
  text-align: left;
  padding: 2px;
  padding-top: 20px;
}

#content .movie {
  width: 700px;
  height: 250px;
  background: #000000;
  }

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
/*----------------------------------------------------------------------------*/


a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #D5D5D5;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #F4F4F4;
	background: transparent; 
	}
