@media screen and (min-width: 0px) {
	.clear {
		content: ".";
		display: none;
		height: 0;
    	clear: both;
    	visibility: hidden;
    	line-height: 0px;
    	overflow: hidden;
	}
	.clear_ {
		content: ".";
		display: block;
		height: 0;
    	clear: both;
    	visibility: hidden;
    	line-height: 0px;
    	overflow: hidden;
	}
	#content {
		padding-bottom: 20px;
	}
	#foot ul {
		padding-top: 3px;
	}
}