html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #6F0000;
	text-align: center;
	font: 15px arial, sans-serif;
	color: #F4C389;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 750px;
	height:730px;
	margin-top: 50px;
  position: relative;
  background-color:#7C0000;
}
#testo{
	position:absolute;
	width:550px;
	height:200px;
	top:140px;
	left:150px;
	z-index:10;
	
}
#logo {
	position:absolute;
	
	left:30px;
	z-index:20;
	
}
#pinguino{
	position:relative;
	top:10px;
	left:570px;
}
#footer{
	position:absolute;
	width:810px;
	height:150px;
	top:560px;
	left:20px;
	
}
#asporto{
	position:absolute;
	margin-top:10px;
	margin-left:11px;
	width:300px;
	height:150px;
	background:right no-repeat url(image/pinguino-ovale2.png);
}
#asportologo{
	position:absolute;
	margin-top:10px;
	margin-left:400px;
	width:300px;
	height:150px;
	background:right no-repeat url(image/ovale2.png);
}
#logo h1, #logo p {
}
#asporto p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	line-height: normal;
	font-size: 20px;
}