
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

#cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}
