html,body {
	min-height: 100%;
	height: 100%;
}

body {
/*	background-image: url(/images/skins/1/bk.gif);
	background-repeat: repeat-x;*/
	background-image: url(/images/skins/1/bkpool.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EBF6E3;
	font-family: Georgia, Serif;
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0;
}

* html body {
	font-size: 12pt;
}

#cmout {
	background-image: url(/images/skins/1/bk2-2.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #695;
	width: 732px;
	height: auto;
	height:auto!important;
	height:100%;
	min-height:100%;
	margin: 0 auto;
	text-align: left;
}

* html body #cmout {
	width: 732px;
/* 	margin-top: -6px; */
}

#cmin {
	background-image: url(/images/skins/1/bk3-2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
/*	background-color: #695;
	height: 600px;*/
	padding-top: 48px;
}

#cmtop {
	height: 108px;
}


