html, body {
	height: 100%;
}

#interface {
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30%;
	margin-top: -25%;
	z-index: 99;
}

#intTable{
	position: absolute;
	top: 159px;
	left: 67px;
	height: 76px;
	width: 522px;
	border-top-style:none;
	border-width:0px;
	padding:0px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index: 4;
}

