div.header {
	height: 40px;
	width: 100%;
	background-image: url('../img/vuvuzela.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 180px;
	margin-bottom: 20px;
}
div.menu {}
div.main {
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	width: 800px;
	min-height: 700px;
}
div.footer {
	width: 100%;
	font-size: small; 
	text-align: center;
	clear: both;
}
th {
	text-align: left;
}

