﻿#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#A1D060;
	height:600px;
}

body {
background-color:#FEBF3A;
font-family:"Courier New", Courier, monospace;
color:#0C3F5D;
}

h1 {
	color:white;
	text-align:center;
}

