﻿body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#ControlDiv
{
	overflow: hidden;
	height: 100%; /* works only if parent container is assigned a height value */
}