/* CSS Document */


@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('font/CartoGothicStd-Book-webfont.eot?') format('eot'),
         url('font/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('font/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('font/CartoGothicStd-Book-webfont.svg#webfont1l1oLWSU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdItalic';
    src: url('font/CartoGothicStd-Italic-webfont.eot?') format('eot'),
         url('font/CartoGothicStd-Italic-webfont.woff') format('woff'),
         url('font/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
         url('font/CartoGothicStd-Italic-webfont.svg#webfontwfIPNIfh') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {  background-color: #ffffff; 
	padding: 0;
	text-align:center;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/sfondo-home.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: CartoGothicStdBook, Helvetica, Verdana, Arial, sans-serif; font-size: 11px;
	font-color: #222222;
	
}

img.home {border: 12px solid #ffffff;}
