BODY{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: verdana;
  font-size: 10pt;
  text-align: center;
  vertical-align: center;
  height: 660px;
  background-color: #9E0000; 
  }

#wrapper{
  clip: rect(0 660 660 0);
  }

#wrapper a img{
  border: 0px solid green;
  }

.h3{
  text-align: center;
  }

#loading{
  position: fixed;
  top:0px;
  left: 280px;
  width: 100px;
  background-color: green;
  font-weight: bold;
  z-index: 10;
  }

#map{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 660px;
  height: 660px;
  overflow: none;
  clip: rect(0 660 660 0);
  background-color: #BDBDBD;
  }
  
#content{
  position: absolute;
  top: 0px;
  left: 660px;
  background-color: #FFFFF0;
  border: 1px solid #FFFF77;
  width: 340px;
  height: 658px;
  text-align: center;
  }

.arrowimage{
  cursor: pointer;
  }

*html #content{

height: 660px;
 
}

#linktothislocation{
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 60px;
  }

#locationlink{
  width: 320px;
  background-color: #BDBDBD;
  }

#HOME{
  width: 50px;
  height: 50px;
  }

#north_street{
  position: absolute;
  top: 0px;
  left: 20px;
  height: 20px;
  width: 620px;
  text-align: center;
  background-color: #BDBDBD;
  
  }

#top_street{
  position: absolute;
  top: -320px;
  left: 20px;
  height: 20px;
  width: 620px;
  text-align: center;
  background-color: #BDBDBD;
  
  }
  
#bottom_street{
  position: absolute;
  top: 960px;
  left: 20px;
  height: 20px;
  width: 620px;
  text-align: center;
  background-color: #BDBDBD;
  
  }

#center_street{
  position: absolute;
  top: 320px;
  left: 20px;
  height: 20px;
  width: 620px;
  text-align: center;
  background-color: #BDBDBD;
  
  }


#south_street{
  position: absolute;
  top: 640px;
  left: 20px;
  height: 20px;
  width: 620px;
  text-align: center;
  background-color: #BDBDBD;
  
  }

#right_top_street{
  position: absolute;
  top: 0px;
  left: 660px;
  height: 20px;
  width: 300px;
  text-align: center;
  background-color: #BDBDBD;
  
  }

#right_middle_street{
  position: absolute;
  top: 320px;
  left: 660px;
  height: 20px;
  width: 300px;
  text-align: center;
  background-color: #BDBDBD;
    }

#right_bottom_street{
  position: absolute;
  top: 640px;
  left: 660px;
  height: 20px;
  width: 300px;
  text-align: center;
  background-color: #BDBDBD;

  }
  
#left_top_street{
  position: absolute;
  top: 0px;
  left: -300px;
  height: 20px;
  width: 300px;
  text-align: center;
  background-color: #BDBDBD;
  }

#left_middle_street{
  position: absolute;
  top: 320px;
  left: -300px;
  height: 20px;
  width: 300px;
  text-align: center;
  background-color: #BDBDBD;
  }

#left_bottom_street{
  position: absolute;
  top: 640px;
  left: -300px;
  height: 20px;
  width: 300px;
  text-align: center;
  background-color: #BDBDBD;
  
  }
  
.north_street_name{
  position: absolute;
  height: 300px;
  top: 20px;
  left: 0px;
  text-align: center;
  font-weight: bold;
  font-family: Georgia;
  }

.south_street_name{
  position: absolute;
  height: 300px;
  top: 340px;
  left: 0px;
  text-align: center;
  font-weight: bold;
  font-family: Georgia;
  }
  
.west_street_name{
  position: absolute;
  width: 300px;
  top: 0px;
  left: 0px;
  text-align: center;
  font-weight: bold;
  font-family: Georgia;
  }

.east_street_name{
  position: absolute;
  width: 300px;
  top: 0px;
  left: 320px;
  text-align: center;
  font-weight: bold;
  font-family: Georgia;
  }

#north_west_block{
  position: absolute;
  top: 20px;
  left: 20px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  padding: 0px;
  }

#north_east_block{
  position: absolute;
  top: 20px;
  left: 340px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }

#south_west_block{
  position: absolute;
  top: 340px;
  left: 20px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  padding: 0px;
  }

#south_east_block{
  position: absolute;
  top: 340px;
  left: 340px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }

/*  INVISIBLE BLOCKS */
#up_left_block{
  position: absolute;
  top: -300px;
  left: 20px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  padding: 0px;
  }
  
#up_right_block{
  position: absolute;
  top: -300px;
  left: 340px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }

#down_left_block{
  position: absolute;
  top: 660px;
  left: 20px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  padding: 0px;
  }

#down_right_block{
  position: absolute;
  top: 660px;
  left: 340px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }
  
#left_top_block{
  position: absolute;
  top: 20px;
  left: -300px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }
  
#left_bottom_block{
  position: absolute;
  top: 340px;
  left: -300px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }

#right_top_block{
  position: absolute;
  top: 20px;
  left: 660px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }
  
#right_bottom_block{
  position: absolute;
  top: 340px;
  left: 660px;
  height: 300px;
  width: 300px;
  text-align: center;
  background-color: green;
  }

  
  
  


.block_north_west{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  }
.block_north_east{
  position: absolute;
  top: 0px;
  left: 150px;
  width: 150px;
  }
.block_south_west{
  position: absolute;
  top: 150px;
  left: 0px;
  width: 150px;
  height: 150px;
  }
.block_south_east{
  position: absolute;
  top: 150px;
  left: 150px;
  width: 150px;
  height: 150px;
  }
  
  
#arrow_up{
  position: absolute;
  top: 0px;
  left: 320px;
  width: 20px;
  height: 20px;
  
  }

#arrow_right{
  position: absolute;
  top: 320px;
  left: 640px;
  width: 20px;
  height: 20px;
  z-index: 10;
  }
  
#arrow_down{
  position: absolute;
  top: 640px;
  left: 320px;
  width: 20px;
  height: 20px;
  }
  
#arrow_left{
  position: absolute;
  top: 320px;
  left: 0px;
  width: 20px;
  height: 20px;
  }