.layout {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.clearBoth {
	clear: both;
}

.clearStop {
	clear: both;
	font-size: 1px;
}

