@charset "UTF-8";
/* CSS Document */

@font-face
{
font-family: HN;
src: url('HelveticaNeue.ttf'),
     url('HelveticaNeue.eot'); /* IE9+ */
}

html { height:100%;}
body { position:relative; width:100%; height:100%; font-size:16px; font-family:"Helvetica Neue", Helvetica, Arial; line-height:140%; color:#eee;  background-color:rgb(23, 57, 128); margin:0; padding:0;}
h1 { font-size:80px; font-weight:500; letter-spacing:-4px; line-height: 100%; padding:150px 50px 20px 100px; margin:0;}
p { padding:0 0 0 115px;margin:0;}
a { color:#eee;}

.bgimg {position:absolute; top:0; left:0; width:100%; height:100%; background-image: url("/bg-fmorg.jpg"); opacity:0.1; z-index:-1; background-position: center center;
 background-size: cover; background-repeat: no-repeat;
}

/* EOF */



