/* (MOZ) Make wrapping box grow with its content */
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

/* (IE) Center horizontally */
body {
	text-align: center;	
}
#container {
	text-align: left;
}