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

.tit {
	
	position: absolute;
	top: 20px;
	left: 50px;
	width: 700px;
	font-family: trebuchet ms;
	font-size: 15px;
	color: #333;
}

.tab1 {
   position: absolute;
    top: 50px;
    left: 50px; 
    font-family: trebuchet ms;
    font-size: 13px;
    color: #333;



}