body
	{
	/* background-color: #ADD8E6; */
	background-color: #FFE7B4;
	}

.Main
	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	background-color: #ADD8E6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	}
