body {
	margin: 0px;
	padding: 0px;
	background-color: #C6CFD4;
}
.topo {
	background-image: url(../imagens/bg_topo.jpg);
	height: 135px;
	width: 800px;
}
.rodape {
	background-image: url(../imagens/bg_rodape.jpg);
	height: 63px;
	width: 800px;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:380px
}

#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500
}
