html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #000000;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 750px;
	float: inherit;
	display: block;
	padding: 0px;
}
#nav {
	float: left;
	display: none;
	vertical-align: middle;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
}
#bottom {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top: 10px;
	_padding-top: 5px;
	padding-left: 20px;
	width: 780px;
}
#bottom a { text-decoration:none; color: #999999;}
#left {
	float: left;
	width: 370px;
	padding-left: 35px;
	padding-top: 20px;
	text-align: left;
}
#right {
	float: left;
	width: 280px;
	padding-top: 10px;
}
#scrolltext {
	position: relative; 
	left:0px; 
	top:0px; 
	visibility: visible; 
	width: 350px;
	z-index: 1;
	display: block;
}
#centre {
	float: left;
	width: 25px;
	margin-right: 10px;
}
#master {
	position:relative;  
	top:0px; 
	width:370px; 
	height:300px; 
	z-index:2; 
	visibility: visible; 
	overflow: visible;
	display: block;
}
#ans {
	height: 264px;
	text-align: left;
}
#subnav {
	float: left;
	display: none;
	width: 100%;
	height: 40px;
}