div#wolfenflickr {
	margin-top:10px;
}

div#container {
	position:absolute;
	width:322px;
	height:202px;
	overflow:hidden;
	border:1px solid black;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing: border-box;}

div#floor {
	position:absolute;
	width:320px;
	height:100px;
	top:100px;
	background-color:rgb(128,128,128);
	overflow:hidden;
	z-index:0;
}

div#ceiling {
	position:absolute;
	width:320px;
	height:100px;
	background-color:rgb(96,96,96);
	overflow:hidden;
	z-index:0;
}

div#description {
	position:absolute;
	top:202px;
	width:524px;
	height:24px;
	overflow:hidden;
	border:1px solid black;
	background-color:rgb(96,96,96);
	text-align:center;
	color:white;
	font-family:courier new, monospace;
	font-weight:bold;
	font-size:15px;
	padding-top:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

div#map {
	position:absolute;
	right:0px;
	border:1px solid black;
	width:202px;
	height:202px;
	background-color:rgb(96,96,96);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing: border-box;}

img.displayimage {
	border:1px solid black;
	position:absolute;
	z-index:9999999999;
	padding:0px;
	margin:0px;
}

input#flickrusername {
	width:100px;
	margin-left:5px;
}
input#flickrsearchquery {
	width:100px;
	margin-left:5px;
}

div#getpsyched {
	z-index:10000000;
	position:absolute;
	width:320px;
	height:200px;
	background-color:rgb(0,64,64);
	border:1px solid black;
}


