@import url('reset.css');

body {
	background-color: #000;
	text-align: center;
	font-family: Helvetica, sans-serif;
}

#main_logo {
	display: block;
	margin: 50px auto 0 auto;
	max-width: 100%; height: auto;
	
}

div#credits {
	padding: 10px 0 30px 0;
}

iframe {
	max-width: 100%;
	width: 640px;
	margin-bottom: 20px;
}

* {
	color: #ccc;
	font-weight: bold;
}