html {
	height:100%;
	-webkit-font-smoothing:antialiased;
	margin:0;padding:0;border:0;
	overflow-y:scroll
}

body {
	height:100%;
	font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
	text-align:center;
	margin:0;padding:0;border:0;
	background:#3c5a76 url('../images/background.png') no-repeat center
}

h1 {
	color:#fff;
	font-family: 'Lobster', cursive;
	font-size:35px;
	font-weight:600;
	margin:0;
	text-shadow:0 1px 4px rgba(0,0,0,0.68);
}

span {
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
	font-size:12px;
}

::selection {
	background:rgba(0,119,204,.5)
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

a:hover {
	color: #3d5b77;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}