div#mdc {
	margin-top:0px;
}
#tweets {
    position: absolute;
	left: 0;
	top: 0;
	height: 300px;
	width: 820px;
	/*background-color: #000;*/
	background-image: none;
    overflow:hidden;
    z-index: +1000000000000000000000000000000;
}

li{
    color:#000;
    font:normal 8px Arial,sans-serif;
    list-style: none;
}
a{
    text-decoration:none;
    color: #fff;
}
a:hover{
    color: red;
}
#overlay {
	position: absolute;
    top:165px;/*99*/
	left:-100px;
	width:822px;
	height:502px;
	background-image: url(../images/overlay.png);
	overflow:hidden;	
	z-index:50000000000;
}
div#container {
	position:absolute;
	width:822px;
	height:602px;
	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:820px;
	height:400px;
	top:300px;
	/*background-color:rgb(128,128,128);*/
	background-image: url(../images/floor.png);
	/*background-repeat:no-repeat;*/
	overflow:hidden;
	z-index:10000000;
}

div#sky {
	position:absolute;
	top:0;
	left:0;
	width:820px;
	height:700px;/*was300*/
	/*background-color:rgb(96,96,96);*/
	background-image: url(../images/sky.jpg);
	/*background-repeat:no-repeat;*/
	/*overflow:hidden;*/
	z-index:100;
}

div#description {
	position:absolute;
	top:602px;
	width:822px;
	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;
}
/*info window for links*/
#info {
  position: absolute;
  top: 0px;
  left: 845px;
  width: 280px;
  height: 590px;
  padding-top: none;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  color: #fff;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
  z-index:9999999999999999999999999;
  }
div#map {
	position:absolute;
	left:0px;
	border:1px solid black;
	width:180px;
	height:202px;
	background-color:rgb(96,96,96);
	z-index:0;/*99999999*/
	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;
	right:200px; /*ko*/
	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;
	left:250px;
	width:320px;
	height:400px;
	background-color:rgb(0,64,64);
	border:1px solid black;
}

