@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	
}


.centrato {
	width: 980px;
	margin: 0px auto;
	height: 100%;
	border: 1px solid #222;
}

.tappo {
	clear:both;
}
header	{height: 200px;
	background-color:#03C;
}




input[type="text"]	{
	background-color: #FCF;
	border-radius: 5px;
	border-style: solid;
	height: 50px;
}
