@charset "UTF-8";

img#aMinhaImagem { width: 100%; height:100%; }

#logo {
	width: 1px;
	position:absolute;
	left: 200px;
	}

#fundo{
	background: url(images/fundo.gif) no-repeat; 
	width:100%; 
	height:100%;
	position:relative;
	}
	
#his{
	border-width: 1px; 
	border-style: outset; 
	border-color: black; 
	background: #CFCFCF;
	margin: 0 auto;
	top: 150px;
	height: 350px;
	width: 750px; 
	position:absolute;
	left:230px;
	}
#his h2, #his p {
	padding-top: 20px;
	padding-right: 200px;
	padding-left: 20px;
}
	

    
	
