.container{
	margin: 0 auto;
	width: 950;
	text-align: center;
	max-height: 100%;
	margin-top: 18%;

	
}
.logo{
	float: left;
	max-width:45%;
	margin-left: 20%;
        margin-bottom:5%;

	text-align: center;
}
.about{
	float:right;
	max-width: 25%;
	margin-right: 20%;
}

.about a{
	color: #52D273;
	text-decoration: none;
}
#footer {
 padding:2%;
 margin-top: 20%;
 clear: right;
 text-align: center;
 max-width:100%;
}

#footer a{
	text-decoration: none;
	padding: 0.5%;
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	color: #46BCDE;
	font-family: "Helvetica Neue",Helvetica,Arial;
}

body{
	background: #070707 none repeat scroll 0% 0%;
	color: #fff;
}
h1{
	font-family: "Neuton",Helvetica,sans-serif;
}

h2{
	color: #FFE400;
}
p{
	font-size: 1.1em;
	font-style: italic;
}
