#virt {
	width: 800px;
	height: 720px;
	overflow-y: auto;
	overflow-x: auto;
	resize: both;
	position: relative;
	z-index: 2;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#status {
	font-size: 80pt;
	line-height: 100pt;
}
.content {
	display: none;
}
.mouseover:hover .content {
	display: block;
}
td {
	padding-left: 32px;
	padding-right: 100px;
}
