	body {
	 height:100%;		/* Needed to stop IE from screwing up text selection */
  }
  div.center-block{
	 margin-top:0px;
   position: absolute;
	 top:10px;
   width: 750px;

   /*  CENTERED */
   margin-left: -375px;
   left: 50%; 
/*
   margin-left: -225px;
   left: 30%;

   margin-left: -150px;
   left: 20%;
   */	 
  }
  
	div.bodyBox{
	}
	
  div.header{
   margin-top:8px;
  }
  div.contentBox{
   width: 600px;
   float: left;
   margin:8px 0px 0px 0px;
  }
  .col1Box{
   float: left;
   width: 150px;							 /* note that margins increase width	 */
   margin:8px 0px 0px 0px;
  }
  .col2Box{
   float: left;
   width: 150px;							 /* note that margins increase width	 */
   margin:8px 0px 0px 0px;
  }
	
	div.footerPart{
	 float:left;
   width: 100%;
	}
