*{margin:0;padding:0;}

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

}

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

body {
	font-family: 'TwCenMTMedium', 'Century Gothic', CenturyGothic, sans-serif;
	background-color: #000;
	color: #fff;
	margin: 0px;
	overflow: hidden;
}
#info {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display:block;
}
video {
	position:absolute;
  display:none;
	top:0;
	left:0;
	z-index:1;
}

#intro-text{
	position:absolute;
	left:50%;
	z-index:3;
	background-image: url('../images/press_space.png');
	bottom:50px;
	width:164px;
        height:31px;
	font-size:13px;
        margin-left:-82px;
        display:none;
}

#info a { color: #f00; font-weight: bold; text-decoration: underline; cursor: pointer }