body{ 
	background-color:#fff;
	font-size:16px; 
	margin:0; 
	padding:0; 
}

#hd{ 
	background-color:#eee;
	color: #000;
	height:50px;
	margin-top: 20px;
}

#cnt { 
	background-color:#fff; 
	min-height:200px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:250px; /* for IE5.x and IE6 */
}

#txt {
	width:750px;
	margin:0 auto;
	margin-top:30px;
	min-height:200px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:250px; /* for IE5.x and IE6 */
}

#cpy { 
	clear:both;
	background-color: #fff;
	height:100px;
}
