body {
    font-family: Arial, sans-serif;
    background: #2f2f2f;
    font-size: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #ffde00;
}

#container {
	margin: 0 auto; 
}

#content {
	
	width: 1200px; 
	margin: 110px auto 0; 
	text-align: center;
}

h1 { 
font-size: 52px;
font-weight: 100;
margin-top: 20px;
}

p {
	margin-top: 170px;
}