/******************************************************************************/
/* Main body, html features  **************************************************/
body {
   		 background: url(back.jpg) repeat-x;
		   background-color: #fff000;
 	}
 	a, a img, img a {border:0px}
/******************************************************************************/


/******************************************************************************/
/* Fixing a clear float problem in IE7 ****************************************/
 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .clearfix {display: inline-block;}

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */
/***************************************/
