div#imagem{
	width: 195px;
	height: 500px;
	float: left;
}
div#logo{
	width: 660px;
	height: 400px;
	float: left;
	text-indent: -9000px;
}
div#logo span{
	background-position: -250px -160px;
	display: block;
	height: 80px;
	width: 330px;
	margin: 160px auto;
}
div#texto{
	width: 565px;
	height: 98px;
	text-align: right;
	float: left;
	font-size: 11px;
	padding: 15px 90px 10px 10px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
div#texto span{
	background-position: -250px -240px;
	display: block;
	width: 80px;
	height: 95px;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: -1;
}
div#texto p {
	line-height: 22px;
}