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

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

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

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

}

.center{
	font-family: 'FuturaBkBTBook';
	color:#FFF;
	font-size:60px;
	z-index: 9999;
	opacity: 0.9;
    position: absolute;
	left: 10%;
	top: 15%;
	font-variant: small-caps;
    text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, 0 0 11px rgba(255, 255, 255, 0.9), 0 0 3px rgba(5, 5, 5, 0.66), 0 0 5px rgba(255, 255, 255, 0.5);
	
    
}         