*{
	margin:0px;
	padding:0px;
}

body{
	margin: 0;
    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Verdana, Lucida, Arial, sans-serif;
    background: #FFFF66;
    text-align: center;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
	font-size: 10px !important; /*per Firefox*/
	font-size: 1px; /*per Explorer*/
}

.right{
	float:right;
}

.dieci{
	font-size:10px;
}

.undici{
	font-size:11px;
}

p{
	margin-bottom:15px;
}

a{
	color: #FF6600;
}

a:hover{
    color: red;
}

a img{
	border:none;
	text-decoration:none;
}

h1{
	font-size:30px;
	margin-bottom:3px;
	color:#FF6600;
}

h2{
	font-size:24px;
	margin-bottom:2px;
	color:#FF6600;
}

h3{
	font-size:14px;
	margin-bottom:2px;
	color:#FF6600;
}

#container{
    margin: 0 auto;
    width: 724px;
    background: #fff;
    padding: 10px 10px 0 10px;
    text-align: left;
}

#header{
	margin-top:20px;
	margin-bottom:20px;
}

#center{
	float:right;
	width:550px;
	text-align:center;
}

#footer{
	margin-top:20px;
	margin-bottom:20px;
}

#footer span{
	font-size:12px;
	color:white;
	color:#FF6600;
	float:right;
	margin-right:60px;
}
