/* CSS Document */

#title_bar {
	position:absolute;
	left:8px;
	top:100px;
	width:500px;
	height:30px;
	z-index:1;
}
#locator {
	border: 0;
	visibility: hidden;
	position:absolute;
	left:250px;
	top:140px;
	width:40px;
	height:40px;
	z-index:5;
}
#bottom {
	position:absolute;
	left:210px;
	top:140px;
	width:325px;
	height:384px;
	z-index:2;
	visibility: visible;
}
#middle {
	position:absolute;
	left:210px;
	top:140px;
	width:325px;
	height:384px;
	z-index:3;
	visibility: hidden;
}
#top{
	position:absolute;
	left:210px;
	top:140px;
	width:325px;
	height:384px;
	z-index:4;
	visibility: visible;
}
#features{
	position:absolute;
	left:210px;
	top:140px;
	width:325px;
	height:384px;
	z-index:5;
	visibility: visible;
}
#clear{
	position:absolute;
	left:210px;
	top:140px;
	width:325px;
	height:384px;
	z-index:10;
}
#frame{
	position:absolute;
	left:210px;
	top:120px;
	width:325px;
	height:20px;
	z-index:1;
}

#controls{
	position: absolute;
	left: 10px;
	top: 140px;
	width: 150px;
	height: 300px;
	z-index: 2;
	background: #CCCCCC;
}
#stats{
	position: absolute;
	left: 580px;
	top: 140px;
	width: 150px;
	height: 300px;
	z-index: 2;
}
#footer{
	position: absolute;
	left: 10px;
	top: 530px;
	width: 740px;
	z-index: 2;
}
