    	body{
    		background-color: tan;
    	}
		.tile {
    		height: 32px; width: 32px; 
    		position: absolute;
    	}
    	.char {
    		height: 32px; width: 32px;
    		position: absolute;
    		z-index:200;
    	}
    	.row {
    		clear: left;
    	}
    	.level{
    		position: relative;
    	}
		.hidden {
			/**display:none; **/
			visibility: hidden;
		}
		.goaway{
			display:none;
		}
		#splash {
			background-color: #000;
			position: absolute;
			z-index: 1000;
			width: 320px;
			height: 460px;
			text-align: center;
			top: 0px;
			left: 0px;
			
		}
		#splash button {
			font-family: Futura;
			font-size: 1.25em;
			padding-left: 5px;
			padding-right: 5px;
		}
		#game {
			position: absolute;
			top: 0px;
			left: 0px;
			border: 3px solid black;
			width:320px;
			height: 460px;
		}
		/** 595441,B9B09D,FFFFFF,69BFDE,4A8797 **/
		#stats {
			background-color: #B9B09D;
			color: #002f2f;
			position: absolute;
			top: 320px;
			left: 0px;
			width: 310px;
			height: 130px;
			font-family:Futura, Arial, Helvetica, sans-serif;
			padding: 5px;
		}
		#stats table{
			margin: 0px;
			padding: 0px;
			border: 0px;
			
		}
		#stats td {
			text-align: right;
		}
		#battle {
			background-color: gray;
			border: 2px solid red;
			z-index: 2000;
			height: 260px;
			width: 310px;
			position: absolute;
			top: -1000px;
			left: -1000px;
		}
		.actorcontainer {
			xborder: 1px solid green;
			height:64px;
			width: 64px;
			overflow: hidden;
			position: absolute;
			
		}
		.ac-innerimg{
			width: 640px;
			height: 576px;
			position:absolute;
		}
		.battlecontrolpanel {
			position: absolute;
			width: 310px;
			height: 110px;
			bottom: 0px;
			left: 0px;
			background-color: black;
			color: white;
		}
		#btlctlpnlmon{
			width: 150px;
			border: 2px solid white;
			float: left;
			height: 106px;
			position: absolute;
		}
		#btlctlpnlplayer{
			width: 150px;
			border: 2px solid white;
			height: 106px;
			position: absolute;
			right: 0px;
		}
		
		
		
		
