body {
	background: black;
	font-size: 18px;
}

#header {
	text-align: center;
}

#header h1 {
	color: red;
}

#header h3 {
	color: white;
}


#main {
	color: white;
}

#sidebar {
	float: right;
	height: 480px;
	width: 240px;
	overflow: auto;
	color: red;
}

#footer {
	margin-top: 200px;
}