div{
	display: block;
}
.container:before, .container:after{
	display: table;
    content: " ";
    clear: both;
}
