/* CSS Document */
.whole {
	margin: 0 auto;
	padding: 0px;
	width:749px;
	height:100%;
	min-height:100%;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #FFFFFF;
	text-align: left;
}

.maintxt {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	background-image: url(../images/chikung/earth.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

