/* CSS Document */

html {}

body {
	color: #fff;
	background-image: none;
	background-color: #222;
	background-image: url('../assets/le-logo-transparent.png');
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-size: 10em;
	background-position: 50% 50%;
	height: auto;
}

#narration {
	visibility: visible;
}