#main {
	position: absolute;
	left: 25%;
	top: 20%;
	background-color: green;
	color: blue;
}

#menu {
	background-color: #9BFCFF;
	position: absolute;
	top: 17%;
	max-width: 25%;
}

h1 {
	background-color: blue;
	text-align: center;
	color: grey;
}
