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

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

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

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

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

@font-face {
font-family: itc-avant-garde-gothic-pro, sans-serif;
font-style: normal;
font-weight: 500;
}

html {
	height:100%;
}
	
body {
	background-color: #000000;
	margin:0;
	height:100%;
}
	
#head_container{ 
	position:absolute;
    z-index:2;
 	font-family: 'holi', Arial, sans-serif;
}

.content{
	position: absolute;
	z-index: 0;
	font-family: 'holi', Arial, sans-serif;
}

.footer{
	position: absolute;
	z-index: 1;
	font-family: 'holi', Arial, sans-serif;
	bottom: 0;
	height: 130;
	top: -220;
}

#footer_container{
	position: absolute;
	z-index: 1;
	font-family: 'holi', Arial, sans-serif;
	bottom: 0;
	height: 130;
	top: -190;
}
