	body {
	background: #8F213A url(FundoHarmonia.jpg) no-repeat center top;
	width:1024px;
	/*antigo width:900px; */
	margin: auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: auto;


	}
	
	div p{
	text-align:justify;
	width:1024px;
	/*antigo width:900px; */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	height: auto;


	}
	
	div h1 img{ margin: 10px 15px 0 0;padding:2px;}

.link1 {
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: underline;

}
.link1:hover {
	color: #000000;
}
.logo{ background:transparent url(alogo.gif) no-repeat center top;width:367px; height:348px; margin:80px 0 0 0;padding:348px;}
/*antigo .logo{ background:transparent url(alogo.gif) no-repeat center top;width:367px; height:348px; margin:80px 0 0 0;padding:10px;}*/


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 350;
width: 350;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 70;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
height: auto;
}

</style>