/* Graphic Design by ByManù Creative Agency - www.bymanuagency.com */
/* Web Standards, CSS & Accessibility by Dunia Basciu  - www.duniabasciu.com */

/* corpo centrale */

#container #content {
           background: url(../i/homecorpo.png) left top no-repeat transparent;
           width: 448px;
           height: 450px;
					 margin: 16px 0 0 211px;
					 padding: 0;
           }
					 
#container #content h1{
           margin: 10px 0 0 190px;
					 font-size: 1.5em;
					 padding: 10px 0 29px 0;
					 color: #CBE3C9;
					 width: 200px;
					 height: 100px;
           }
					 
#container #content p{
           margin: 0 0 0 212px;
					 padding: 0;
					 width: 217px;
					 line-height: 1.3em;
					 font-size: 0.82em;
           }
					 
