html, body {
	margin: 0px;
	padding: 20px;
	font-family: muli, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5;
	background: url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}