body{
	background:#CCFFFF;
}

#container {
	margin: 0 auto;	
	border:#000 medium solid;	
	background:#FFF;
	width:800px;
	height:auto;
	z-index:1;
}
#heading {
	width:800px;	
	height:auto;	
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content {		
	width:750px;
	height:auto;
	margin-left:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #FFFFFF;
	text-align:justify;
}

#footer {
	width:800px;
	min-height:10%;
	background-color:#fde9cd;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
