@charset "UTF-8";

body { 
margin:0px; 
padding:0px; 
background-image: url(pattFondo.gif);
background-repeat:repeat-x;
background-color:#2f2f2f;
}

@font-face {
    font-family: 'HalibutRegular';
    src: url('halibut/halibut-webfont.eot');
    src: url('halibut/halibut-webfont.eot?#iefix') format('embedded-opentype'),
         url('halibut/halibut-webfont.woff') format('woff'),
         url('halibut/halibut-webfont.ttf') format('truetype'),
         url('halibut/halibut-webfont.svg#HalibutRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'HalibutCondensedRegular';
    src: url('halibut/halbtc-webfont.eot');
    src: url('halibut/halbtc-webfont.eot?#iefix') format('embedded-opentype'),
         url('halibut/halbtc-webfont.woff') format('woff'),
         url('halibut/halbtc-webfont.ttf') format('truetype'),
         url('halibut/halbtc-webfont.svg#HalibutCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.testobianco {
	font-family: 'HalibutCondensedRegular', Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.lingue {
	font-family: 'Halibut', Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.testogrigio {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #2f2f2f;
}


