#root {
	background: center;
	background-color: #C4C4B7;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	background-color: #F2F782;
	padding: 3px;
}


#choice {
	background-color: #AFB0A7;
	padding: 3px;
	overflow:hidden;
}

#mapid {
	float:right;
}

#contents {
	float:left;
	overflow:hidden;
}
#developers {
	float:bottom;
}