@charset "utf-8";
/* CSS Document */

div.cont{
	position:static;
	left: 50px;
	top: 50px;
	height: 300px;
	width: 300px;
	max-height: 400;
	max-width: 400;
	overflow: scroll;
	border: solid 10px black;
	visibility: visible;
}
