/*
	These CSS rules affect the styling of the demo pages. The centering techniques
	are demonstrated in the individual in the individual 1.html, 2.html and 3.html files.
*/





.className{
	width:920px;
	height:610px;
	position:relative;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	min-height: 610px;
	min-width: 920px;
	
}

.classNameMenu{
	width:880px;
	height:20px;
	position:relative;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	min-height: 20px;
	min-width: 890px;
	
}



.clear{
	clear:both;
}


