@charset "UTF-8";
/* CSS Document */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
}
h1 {
	color: #435DD7;
	margin-top: 50px;
}
audio {
	width: 0px;
	height: 0px;
}
img {
	margin: 15px 0;
	height: 500px;
}