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:#fff url('../images/background.png') no-repeat center
}

h1 {
	color:#666;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	/*font-weight:600;*/
	margin:0,0,5px,0;
	/*text-shadow:0 1px 1px rgba(0,0,0,0.25);*/
}

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

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

#logo {
	margin-top: 5px;
}

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;
}

.wrapper {
	position:fixed;
	margin-left: 5px;
	margin-bottom: 5px;
	bottom:0;
	left:0;
	font-family: 'Source Sans Pro', sans-serif;
	color:#ccc;
	font-size:10px;
}
