@import url(http://fonts.googleapis.com/css?family=Coustard);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800italic,800&subset=latin,latin-ext);

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #777;
	background: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', serif;
	font-weight: normal;
}

h1 {
	font-size: 54px;
	line-height: 70px;
	letter-spacing: -3px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color:#fff;
}

h1 span:nth-child(1) { font-size: 54px; font-weight: 300; color: #b7b7b7; margin-left:5px;}
h1 span:nth-child(2) { font-size: 34px; letter-spacing: -2px; font-weight: 100; color: #b7b7b7;}

h5 {
	font-size: 34px;
	line-height: 35px;
	letter-spacing: -2px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #fff;
}

h5 span:nth-child(1) { font-size: 34px; font-weight: 300; color: #b7b7b7; margin-left:2px;}
h5 span:nth-child(2) { font-size: 24px; letter-spacing: -1px; font-weight: 100; color: #b7b7b7;}

a {
	color: #fcc;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


.pixels {
  left:0;
	top:0;
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url("../img/px.png");
}

.logotype {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	right: 0px;
	width: 15%;
	height: 30px;
	border-left: solid 1px #fff;
	padding-left: 10px;
	padding-top: 1px;
}

.content { 
	float:left;
	margin: 0px 100px;
	position:absolute;
	top:25%;
	width:8200px;
	padding-left: 20px;
	border-left: solid 1px #fff;
	z-index:5;
	-webkit-font-smoothing:antialiased;
}

.content p {
	color: #fcc;
	width: 620px;
	text-align: justify;
}

.content p span {
	color: #777;
}