/*

DART 450, Winter 2018
Exercise 5
Émilie Brunet

Abusive design


*/

body {
  
}

.image {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 98;
}

.audio {
	display: none;
}

#main {
	width: 100%;
	height: 100%;
	background-color: black;
}

#bg1 {
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99;
}