@import url(http://fonts.googleapis.com/css?family=Allura:400|Open+Sans:400,300,600);
html,body {
	padding: 0px;
	margin: 0px;
	background-color: #efefef;
	font-family: 'Open Sans', sans-serif;

}

#logo {
	position: absolute;
	top: 50%;
	margin-top: -72px;
	left: 50%;
	margin-left: -150px;
}
#info {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 13px;
}
#info a{
	color: #666;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}