* {
	padding:0;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
}

body {
	background: #191919;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

body img{
	border: none;
}

p {
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 17px;
}

a {
	color: #c3c3c3;
}

a:hover {
   color: #47eaaf;
}

#wrapper {
	text-align: center;
	margin: 200px auto 300px auto;
	width: 1000px;
	height: 791px;
	background: #191919;
	padding: 0;
	overflow: hidden;
}



#header {
	background: transparent;
	height: 150px;  
	width: 600px;
	padding: 0;
	margin: 0;
	background: transparent right bottom no-repeat;
}



/* PIE easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */