.snippet.section{
  height:1000px;
  width:960px;
  /* Take that CQ5 ! */
}
#clu-wrapper{
  position: relative;
  width: 960px;
}
#centered{
  float: left;
  margin-right: auto;
  margin-left: 3em;
}
#sea{
  float: left;
  position: relative;
  height: 800px;
  width: 790px;
  background-repeat: no-repeat;
}
#tank{
  float: right;
  position: absolute;
  margin-left: 32.2em;
  margin-top: 10.6em;
  height: 420px;
  width: 293px;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-box-shadow: inset 0 0 12px #B9B9B9; /* Firefox */  
  -webkit-box-shadow: inset 0 0 12px #B9B9B9; /* Safari, Chrome */  
  box-shadow: inset 0 0 12px #B9B9B9; /* CSS3 */ 
}
#closet-dresser{
  float: right;
  position: absolute;
  margin-left: 24em;
  margin-top: 2em;
}
#body{
  position: absolute;
  margin-left: 2em;
  margin-top: 4em;
}
#intro{
  position: absolute;
  font: bold 19px Arial, serif;
  margin-top: 86%;
  margin-left: 72%;
  text-align: center;
  display: inline;
  width: 200px;
}
.fish-item{
  display: inline;
  position: absolute;
}

.tank-item{
  top: auto !important;
  left: auto !important;
  position: relative;
  display: inline-block;  
}
.sea-item{ /*this adds to the id of the png whether in sea or tank*/
  position: absolute;
  top: 5em;
  left: 5em;
  display: :inline-block;
}

