
@font-face {
    font-family: Helvetica_Neue;
    src: local(Helvetica_Neue), url('/fnt/HelveticaNeue.ttf') format('opentype');
}

@font-face {
    font-family: Helvetica_Neue_Bold;
    src: local(Helvetica_Neue_Bold), url('/fnt/HelveticaNeueCondensedBlack.ttf') format('opentype');
}

@font-face {
    font-family: Helvetica_Neue_UltraLight;
    src: local(Helvetica_Neue_UltraLight), url('/fnt/HelveticaNeueUltraLight.ttf') format('opentype');
}


body{
display: block;
margin: 0px;
padding: 0px;
/*background-color: rgba(46,54,73,1.0);*/
background-color: rgba(30,30,30,1.0)
/* overflow: hidden; */
}

div{
	margin: 0px;
	padding: 0px;
	float: left;
}

.blockOuterDiv{
	width: 374px;
	height: auto;
}

.backGRNDSize{
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

h1,
h2,
p,
a{
	padding: 0px;
	color: rgba(240,240,240,0.75);
    font-style: normal;
	text-decoration:none;
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
}

h1,
h2,
a{
	display: table;
	margin: 10px auto;
	text-align:center;
	vertical-align: middle;
	font-size: 20px;
}

p{
	margin: 10px;
	text-align:left;
	vertical-align: text-top;
	font-size: 14px;
}

iframe{
	border: 0px;
	background-color: transparent;
	overflow: hidden;
}
