body {                        /*  set defaults for entire document...  */
  background-color: #ffffd0;
  background-image: url(paper.jpg);
  margin: 0px;
}
div#rotatorDiv {
  background-color: transparent;
  position: absolute; top:0; left:0px;
  width:100px;
  height:75px;
  border: 2px solid #85221f;
}
div#rotatorDiv:hover {
  border: 2px solid gray;
}

img#rotatorImg1 {
  position: absolute; top: 0; left: 0;
  width: 100px;
  height: 75px;
  filter: alpha(opacity=100); 
  -moz-opacity: 1; 
  opacity: 1;
}
img#rotatorImg2 {
  position: absolute; top: 0; left: 0;
  width: 100px;
  height: 75px;
  filter: alpha(opacity=0); 
  -moz-opacity: 0; 
  opacity: 0;
}
#logoRight img, #rotatorDiv img {
  position: absolute; top: 0; left: 0;
}

#logoRight {
  position: absolute; top:0; right:0;
  width:100px;
  height:75px;
  margin: 10px;
  border: 2px solid #85221f;
}
div#title {
  margin-left: 114px;
  margin-right: 114px;
  text-align: center;
  padding-top: 8px;
  overflow: hidden;
  font-style: italic;
  font-family: sans-serif;
  font-weight: bold;
  color: #85221f;
}
div#title img {
  background-color: black;
  border: 3px solid #85221f;
}
