/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}
a:link, a:visited{color:#fff ;text-decoration:none;border: 0;}
a:hover {text-decoration:none;}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal; }
	
body {
	background-color: #000;
	color: #fff;
	font-family: BebasNeue, Arial, sans-serif;
	text-align: center;
	font-size: 40px;
}

#wrapper {
	width: 85%;
	margin: 20px auto;
}

h1 {
	font-family: BebasNeue, Helvetica Neue, Arial, sans-serif;
	font-size: 100px;
	color: #0282D7;
}
h2  { 
	font-size: 60px;
}
h3  { 
	font-size: 30px;
}
p {
	margin-top: 10px;
	line-height: 0.9em;
}

img {	
	margin-right: 10px;
}

















