html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: black;
}

#content {
	font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: white;
	height: 20px;
	width: 550px;
}

img {
	border: none;
}