@import url(http://fonts.googleapis.com/css?family=Cantarell:400,700italic);
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}
.clearall { clear: both; }
img { border: none; }
img a { border: none; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 {
	color: #45c9f5;
	font: 35px Cantarell, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2 {
	color: #ffffff;
	font: 20px Cantarell, sans-serif;
	font-weight: 400;
	text-align: center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}
#logo {
	margin: 0 auto;
	width: 475px;
	height: 476px;
	margin-bottom: 0px;
}
#social {
	margin: 0 auto;
	width: 130px;
	height: 45px;
}
#social img {
	float: left;
	margin: 10px;
	width: 45px;
}