﻿html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	text-align: center;
}
#container{
	min-width: 960px;
	width: 960px;
	min-height: 500px;
	text-align: justify;
	margin: 0 auto;
}
#testa, #corpo, #piede{
	width: 100%;
	float: left;
}
#testa{
	height: 120px;
}
#corpo{
	height: 400px;
	overflow: auto;
}