html, body {
	margin:0;
	padding:0;
	background:#181818;
}
html, body {
	height:100%;
}


body { 
	color: #181818;
	padding: 0;
}
p { 
	margin-top: 0; 
	text-align: left;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #fff;
 	line-height: 1.5em;
	
}




@font-face {
    font-family: 'TypoSlabserifLightRegular';
    src: url('typoslabserif-light-webfont.eot');
    src: url('typoslabserif-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('typoslabserif-light-webfont.woff') format('woff'),
         url('typoslabserif-light-webfont.ttf') format('truetype'),
         url('typoslabserif-light-webfont.svg#TypoSlabserifLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
h1 { 
	font: 34px 'TypoSlabserifLightRegular', Georgia, Times, serif;
	color: #fff;
	text-align: center;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;
}
	
h2 {
	font: 24px 'TypoSlabserifLightRegular', Georgia, Times, serif;
	color: #fff;
	text-align: center;
	line-height: 90%;
	letter-spacing: 0px;
}
	
h3 { 
	font: bold 1.4em  'TypoSlabserifLightRegular', Georgia, Times, serif;
	letter-spacing:0px; 
	margin-bottom: 0; 
	color: #25aae1;
}