body {
  font: 100% Arial, Helvetica, sans-serif;
  background: #FFFFFF; /* darkgray */ /* #FFFFFF; */ /* white background */
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  /* width: 800px;  */
}
#banner {
	width:30%; 
	margin:0 auto;
	text-align: center;
}
#wrapper {
	width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 0px solid #666666;
}
#main-container {
	width:50%; 
	margin:0 auto;
}
#main-body {
	width:80%; 
	text-align: left;
	margin:0 auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element
before the close of a container that should fully contain a float */
  clear:both;
  /*  height:0;  */
  /*    font-size: 1px; */
  /*  line-height: 0px;  */
}

