*{
	margin: 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 0;
}
body{
	background-color: #ffcb05;
	background-repeat: repeat-x;
}
a{
	color: #333a6c;
	display: block;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#topo h2,
#titulo{
	display: none;
}



#info,
#personagens{
	width: 936px;
	height: 700px;
	background-image: url(img/info2.gif);
	position: absolute;
	left: 0;	
	top: 0;
	z-index: 1;
}
#personagens #ficha{
	width: 780px;
	height: 190px;
	padding: 10px;	
	background-image: url(img/ficha2.gif);
	position: absolute;
	left:65px;
	top: 185px;
}
#fotos h2,
#especiais h2,
#trailers h2,
#personagens #ficha h2{
	font-size: 32px;
	margin: 15px 0;
	color: #008dc5;
}
#personagens #ficha img{
	float: left;
	margin: 0 10px;
}
#info p{
	margin: 10px 70px;
	font-weight: bold;
}
#rodape{
	width: 750px;
	height: 20px;
	background-image: url(img/rodape.gif);
	position: absolute;
	left: 0;
	bottom: 0;
}
#foto{
	margin: 0;
}
#personagens1{
	position: absolute;
	left: 250px;
	top: 90px;
	width: 438px;
	height: 103px;
	z-index:5;
}
#personagens2{
	position: absolute;
	left: 95px;
	top: 409px;
	width: 713px;
	height: 110px;
	z-index:4;
}




#fotos{
	margin: 20px;
}
#fotos a{
	display: block;
	float: left;
	margin: 10px;
}
#fotos a img{
	border: 4px solid #fff;
}
#fotos a:hover img{
	border: 4px solid #000;
}
