html {
	overflow-y: scroll
}
body {
	background: url("bg.jpg") center no-repeat;
	background-size: cover;
}
section {
	background: rgba(0,0,0,.8)
}