@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}

#container {
	color: #FFF;
	text-align: center;
	height: auto;
	width: auto;
	font-family: "Courier New", Courier, monospace;
}
#content {
	margin: auto;
	width: 60%;
	padding: 60px;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
}
