.imageContainer
{
        position: absolute;
        width: 700px; /*the image width*/
        height: 160px; /*the image height*/
        left: 50%;
        top: 50%;
        margin-left: -350px; /*half the image width*/
        margin-top: -80px; /*half the image height*/
}

@font-face {
  font-family: 'INCOTECr';
  src: url('INCOTEC-Regular.eot'); /* IE9 Compat Modes */
  src: url('INCOTEC-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('INCOTEC-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('INCOTEC-Regular.woff') format('woff'), /* Pretty Modern Browsers */
}

body {
  font-family: 'INCOTEC', Arial, Verdana;
  color:#6C6F70;
}

a {
	color:#F57800;
	text-decoration:none;
}

a:hover {
	color:#F57800;
	text-decoration:underline;
}
