@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-color: #FFF;
	text-align: center;
}
div#geral {
	width: 751px;
	height: 600px;
	display: block;
	margin: 0 auto;
	background: url(images/homePetBook1.jpg);
}

a {
	display: block;
	position: relative;
	text-indent: -9000px;
}

a#santos {
	width: 225px;
	height: 65px;
	top: 0;
	left: 515px;
	*left: 250px;
}
a#galeria {
	width: 270px;
	height: 210px;
	top: 320px;
	left: 15px;
	*left: -220px;
}
a#mail {
	width: 450px;
	height: 40px;
	top: 278px;
	left: 290px;
	*left: 150px;
}

/*** GALERIA ***/
div#galeriaGeral {
	width: 751px;
	height: 600px;
	display: block;
	margin: 0 auto;
}
div#topoGaleria {
	background: url(images/topoGaleria.jpg) left top no-repeat;
	height: 112px;
	width: 100%;
	display: block;
}
div#topoGaleria a#petG {
	width: 224px;
	height: 112px;
	display: block;
	text-indent: -9000px;
	position: relative;
	top: 0;
	left: 0px;
	float: left;
}
div#topoGaleria a#santosG {
	background: url(images/linkSantos.jpg);
	width: 224px;
	height: 84px;
	display: block;
	text-indent: -9000px;
	position: relative;
	top: 0;
	left: 515px;
	_left: 135px;
	float: letf;
}
div#gallery {
	display: inline-block;
	width: 510px;
	float: left;
}
ul#galeriaLista {
	margin: 5px 0 0;
	padding:0;
}
ul#galeriaLista li {
	display: inline-block;
	width: 100px;
	height: 100px;
	float: left;
}
ul#galeriaLista li a {
	text-indent: 0;
}
ul#galeriaLista li a img {
	border: none;
}
div#colunaTexto {
	background: url(images/textoLateral.jpg);
	float: left;
	width: 211px;
	height: 441px;
	display: inline-block;
	margin-left: 10px;
}
div#colunaTexto p {
	display: none;
}
a#rodape {
	background: url(images/rodapeGaleria.jpg);
	width: 751px;
	height: 41px;
	display: block;
	clear: both;
}
