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

html { height: 100%; }
body { background: url(/img/bg_.png) right bottom no-repeat; }
h1 { color: #000; 
    font-family: 'nevisBold';
    font-size: 72px;
    letter-spacing: -3px;
    margin: 180px 0 0;
    text-align: center;
    text-transform: uppercase; }
h1 .red { color: #950F0F; position: relative; }
h1 .holored { color: #CC0000; position: relative; }
h1 .blue { color: #3B5998; position: relative; }
h1 .holoblue { color: #33B5E5; position: relative; }
h1 .hologreen { color: #99CC00; position: relative; }
h1 .dark { color: #19305E; position: relative; }
h1 .dot { color: #000; left: 269px; position: absolute; top: 1px; z-index: 2; }
h1 .dot2 { color: #FFF; font-size: 122px; left: 262px; position: absolute; top: -45px; }
