body {
	background-color:#0A652C;
	}
#layout {
	left: 0px;
	top: 0px;
	position: absolute;
}
#content {
	position: absolute;
	left: 165px;
	top: 100px;
	background-color: #348948;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.notice{
	font-weight:bold;
	color:#663300;
	}