#box {
	background-color: #006600;
	margin-left: -300px;
	height: 200px;
	width: 600px;
	left: 50%;
	position: absolute;
	display: inline;
	top: 150px;
}
#menu {
	position: absolute;
	height: 30px;
	width: 100%;
	background-color: #009900;
	text-align: center;
	top: 350px;
}
#container {
	position: absolute;
	width: 600px;
	top: 380px;
	margin-left: -300px;
	left: 50%;
	background-color: #FFFFFF;
	display: inline-table;
}
