body
{
  background-color: #EEDC82;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

a
{
  text-decoration: none;
  color: #321;
}

a:hover
{
  color: #543;
}

h1
{
  font-size: 1.4em;
}

h2
{
  font-size: 1.3em;
}

h3
{
  font-size: 1.2em;
}

#body
{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#mask
{
  pointer-events: none;
  position: fixed;

  width: 750px;
  height: 750px;
  z-index: 300;
  background-image: url("/media/images/bgmask.png");
}

#mask2
{
  pointer-events: none;
  position: fixed;

  width: 750px;
  height: 750;
  top: 300px;
  z-index: 1;
  background-color: #EEDC82;
}

#bodycontent
{
  position: relative;
  top: 148px;

  width: 422px;
  height: 424px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
}

#mailbox
{
  position: absolute;
  right: -7px;
  top: 190px;
  width: 99px;
  height: 90px;
  opacity: .0;
}

#guitar
{
  display: none;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 199px;
  left: 260px;
  opacity: .0;
}

#trashcan
{
  position: absolute;
  top: 180px;
  left: 110px;
  width: 20px;
  height: 50px;
  opacity: .0;
}

#trashcan_curbside
{
  position: absolute;
  top: 470px;
  right: -50px;
}

#milkjug
{
  position: absolute;
  top: 225px;
  left: 210px;
  width: 30px;
  height: 52px;
  opacity: .0;
}


.overlay
{
  display: inline-block;
}






fieldset
{
  border: solid 2px #DDCB71;
}

legend
{
  font-size: 1.2em;
  font-weight: bold;
}

label
{
  width: 8em;
  display: block;
  float: left;
  font-weight: bold;
  font-size: .8em;
}

#submit
{
  display: block;
  width: 9em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}










h1.title
{
  text-align: center;
}






#navigation
{
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 301;
}