@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
html { 
background: url(../images/bw.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y:scroll;
}
body {
	font-weight:normal;
	color:#000000;
	letter-spacing:0pt;
	word-spacing:0pt;
	font-size:12px;
	text-align:left;
	font-family: 'Ubuntu', sans-serif;
}