body {
	text-align: center;
	font-size: small;
	font-family: verdana, arial, sans-serif;
}
#wrapper {
	width: 950px;
	height: 400px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content {
	height: 400px;
	text-align: left;
	background-color: #FFFFFF;
}
.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*hides from IE-mac \*/
*html .clearFix { height:1%; }
/* end hiode from IE-mac */