body {
	font-size: 12px;
	line-height: 15px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/lily.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mainbox{
	height: auto;
	width: 600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 3px double #000000;
	padding: 10px;
	background-color: #D5F50E;
}
.cmbox{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px double #000000;
	padding: 10px;
	background-color: #FFFFFF;
}

