/* Import */
@import url(master.style.css);

html {
	background: url(../images/bg-image.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	color: #333;
}