html, body  {
	/* background-color:#f9c85f; */
	background: #cc4434 url(../img/bkg-dominante.jpg);
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}

a, a:hover{
	color: #666;
}

#container {
	width: 730px;
	margin: 20px auto;
	text-align: center;
} 

#content { 
	color: #666;
}

#top-angle {
	width: 145px;
	height: 142px;
	top: 0;
	right: 0;
	position: absolute;
	background: url(../img/bkg-angle-top-dx.png) top right no-repeat;
	font-size: 9px;
	color: #666;
	padding: 2px 5px 0 0;
}

#top-angle p {
	margin: 0;
	padding: 0;
	text-align: right;
}

#top-angle h5 {
    background: url(../img/sposiamo.png) top left no-repeat;
    display: block;
	width: 90px;
    height: 41px;
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
}

#top-angle h5 a {
	display: block;
 	width: 90px;
    height: 41px;
    overflow: hidden;
    text-indent: -10000px;
}
 
#seo-content { 
	background: #fff;
	margin: 0 5px 0 5px;
	padding: 10px;
	text-align: left;
}

#footer {
	background: url(../img/footer-bg-dominante.gif) no-repeat;
	width: 730px;
	height: 30px;
} 

#footer-extra {
	float: left;	
	width: 100px;
	padding: 3px 0 0 15px;
	text-align: left;
}

#footer-extra img {
	border: 0;
}

#footer-social {
	float: left;	
	width: 100px;
	text-align: right;
	padding: 3px 15px 0 0;	
}

#footer-social img {
	border: 0;
}

#footer-main {
	float: left;	
	width: 500px;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding: 4px 0 0 0;
}


