
#container {
	/* Typical fixed height and fixed width example */
	width: 585px;
	height: 630px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}
