/********** FONTS **********/

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

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

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

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

body{
    margin:0;padding:0;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

*::-moz-selection {
  text-shadow: none;
  background: #000;
  color:#fff;
  opacity: 1;
}

*::selection {
  text-shadow: none;
  background: #000;
  color:#fff;
   opacity: 1;
}

p{
    font-family: 'HelveticaNeueLTStd75Bold';
    color: #000;
    text-align: center;
    width: 850px;
    height:240px;
    position: absolute;
    top:50%;left:50%;
    margin-top:-120px;
    margin-left:-425px;
    font-size: 57px;
    line-height: 55px;
    letter-spacing: -0.01em;
}

div{
    position: absolute;
    width: 850px;
    top:50%;left:50%;
    margin-top:150px;
    margin-left:-425px;
}

h1,h2{
    font-family: 'HelveticaNeueLTStd-Th';
    font-size: 20px;
    line-height: 19px;
    color: #000;
    text-align: center;
    padding: 0;margin:0;
    letter-spacing: -0.01em;
}