@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
/*Floatfix*/
.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 */

/* end Floatfix*/

body {
	background:#fff;
	}
#wrapper {
	margin:auto;
	width:996px;
	
}

