
#corpo {
	
	position: relative;
	width: 960px;
	background-color: #E6E6E6;
	height: 480px;	
}

.txt {
	
	position: absolute;
	top: 20px;
	left: 50px;
	width: 300px;
	font-family: trebuchet ms;
    text-align: justify;
	font-size: 13px;
	color: #333;
}

.slide {
	position: absolute;
	top: 50px;
	left: 402px;
}