@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
 
html,
body {  
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

hr {
	margin-left: -25px;
	margin-right: -25px;
	border-top-color: rgba(0,0,0,0.05);
}

body {
	text-align:	left;
	line-height: 20px;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	color: #303030;
	
}

#background {
	background: url("bg-light.jpg") center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

.white-box {
	background: white;
	background: rgba(255,255,255,0.85);
	padding: 25px 25px 20px;
	margin-top: 100px;
}

.logo {
	width: 250px;
	height: auto;
}

#fruitcake {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 400px;
	background: white;
	background: rgba(255,255,255,0.85);
	border-radius: 3px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	line-height: 24px;
	margin-top: 20px;
	color: #555;
}

a {
	text-decoration:none;
	color: #303030;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
}
