body {
	overflow: auto;
	background-color: black;
}

#container {
	margin: auto;
	overflow: auto;
/*	border: 1px solid white;*/
	background-color: black;
}
.layer {
	position:absolute; 
	top:40px; 
	left:40px; 
}

.tileFloor {
	position:absolute;
	float:left;
	background-image: url(../img/tiles.png);
	background-position: -57px -13px;
	width:64px;
	height:64px;
/*	background-color:#4f9fa0;*/

}

#character {
	position:absolute;
	background-image: url(../img/tiles.png);
	background-position: -128px -87px;
	width:17px;
	height:32px;	
}

.treasure{
	position:absolute;
	background-image: url(../img/tiles.png);
	background-position: -102px -94px;
	width:17px;
	height:19px;	
}


.wallHorizontal {
	float:left;
	position:absolute;
	background-image: url(../img/tiles.png);
	background-position: -164px -118px;
	width:77px;
	height:13px;
	border:0px;
	padding:0px;
	margin:0px;
}

.wallHorizontalNoWall {
	float:left;
	position:absolute;
	width:77px;
	height:13px;
	border:0px;
	padding:0px;
	margin:0px;
}

.wallHorizontalDoor {
	float:left;
	position:absolute;
	background-image: url(../img/tiles.png);
	background-position: -164px -133px;
	width:77px;
	height:13px;
	border:0px;
	padding:0px;
	margin:0px;
}


.wallVertical {
	float:left;
	position:absolute;
	background-image: url(../img/tiles.png);
	background-position: -33px -3px;
	width:8px;
	height:77px;
	border:0px;
	padding:0px;
	margin:0px;
}

.wallVerticalNoWall {
	float:left;
	position:absolute;
	width:8px;
	height:77px;
	border:0px;
	padding:0px;
	margin:0px;
}

.wallVerticalDoor {
	float:left;
	position:absolute;
	background-image: url(../img/tiles.png);
	background-position: -18px -5px;
	width:8px;
	height:77px;
	border:0px;
	padding:0px;
	margin:0px;
}

.notDiscovered {
	background-image: url(../img/tiles.png);
	background-position: -0px -150px;
	background-repeat:repeat-y, repeat-x;
}

#statusbar {
	position:fixed;
	z-index:2;
	top:80%;
	left:80%;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/infopanel.jpg);
	text-align:center;
	width:200px;
	height:94px;
	
}

#statusbar-text {
	padding:10px;
	z-index:3;
	
}

#winMessage {
	position:fixed;
	top:20%;
	left:30%;
	width:500px;
	height:333px;
	font-family: 'Fredericka the Great', cursive;
	background-image:url(../img/winpanel.jpg);
	margin-top:6%;
	margin-left:auto;
	margin-right:auto;
}

#winText {
	padding-top:80px;
	padding-left:40px;
	color:white;
	font-size:3em;	
}

/*intro-screen css*/
#introWrapper {
	width:750px;
	height:500px;
	background-image:url(../img/intro-bg.jpg);
	margin-top:6%;
	margin-left:auto;
	margin-right:auto;
}

#logoText {
	font-family: 'Fredericka the Great', cursive;
	font-size: 8em;
	text-align: center;
}


form {
	position:relative;
	margin-top:50px;
	color:white;
	font-size: 1.2em;
	text-align:center;
}

