#content {
/* Typical fixed height and fixed width example */
	width: 556px;
	height: 480px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: BLACK;*/
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}