* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0a0a0a;
}

#content {
	width: 1024px;
	height: 768px;
	margin: 70px auto 0;
}