
body {
	margin: 0;
	padding: 0;
	background: #00246B url('noisy_net.png');
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 26px;

}

#container {
	margin: 0 auto;
	width: 700px;
	max-width: 95%;
	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1, h3 {
	font-weight: 300;
	margin-bottom: 0;
}

h1 img {
	margin-right: 32px;
	vertical-align: middle;
	position: relative;
	top: -8px;
}

a {
	color: #ddf;
}

p {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*@media screen and (max-width: 500px) {
	h1 {
		text-align: center;
		line-height: 40px;
	}
	
	h1 img {
		display:block;
		margin: 0 auto 10px auto;
	}
}*/