* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	margin: 0;
	padding: 0;
	top: 0;
	font-size: 101%;
	width: 100%;
	height: 100%;
	text-align: center;
}

body {
	background-color: #dde5e4;		
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}
body>#wrapper{
	text-align: left;
}

#wrapper {
	width: 948px;	
}

#headerarea {
	height: 121px;
	width: 948px;		
	background: url(headcolor.gif) repeat-y;
	float: left;
  	clear: both;	
  	/*background-color: green;*/
}

#contentarea {
	background-color: white;	
	width: 948px;	
	margin-top: 5px;
	float: left;
  	clear: both;	
}

#footerarea {
	float: left;
  	clear: both;
  	height: 63px;
  	width: 948px;		
	background-color: #dde5e4;	
}