html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

p
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#container
{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#simview
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#main
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#modalDialog
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;  
}

#modalDialog div
{
	position: absolute;
}
    
