@font-face {
    font-family: 'NovecentowideUltraLightBold';
    src: url('novecentowide-medium-webfont.eot');
    src: url('novecentowide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('novecentowide-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Open Sans Normal';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans.eot');
  src: url('open-sans.eot?#iefix') format('embedded-opentype'),
       url('open-sans.woff') format('woff');
	/*src: local('Open Sans'), local('OpenSans'),
	     url('open-sans.woff') format('woff');*/
}