#layout {
	height: 480px;
	width: 1024px;
	background-position: center center;
	position: relative;
	visibility: visible;
	clear: none;
	float: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	border: thick none #009933;
	background-color: #D6FF57;
}
#Menu {
	height: 330px;
	width: 180px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	visibility: visible;
	background-image: none;
}
#Footer {
	float: left;
	height: 24px;
	width: 1024px;
	background-color: #D6FF57;
	padding: 0px;
}
#ScrollBar {
	height: 138px;
	width: 844px;
	float: left;
	background-color: #D6FF57;
}
#Text {
	float: left;
	height: 330px;
	width: 844px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(layout/Middle.jpg);
	background-color: #D6FF57;
}
#TextHome{
	float: left;
	height: 330px;
	width: 844px;
	background-color: #D6FF57;
	background-image: url(layout/MiddleMod.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#Header {
	height: 150px;
	width: 1024px;
	background-color: #D6FF57;
	position: relative;
}

