.wrapper{
  background-color: #FF3333;
}

.header{
  position: absolute;
  background-color:  #0066FF;
  background-image: url(images/sky.gif);
  background-position: center;
  top:0px;
  width:99%;
  height:90px;
  text-align: center;
  left:5px;

}
.menu_top{
  position: absolute;
  top:90px;
  width:90%;
  height: 40px;
  background-color:  #0066FF;
  left:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}
.menu{
  position: absolute;
  background-color: #0066FF;
  background-image: url(images/menu.gif);
  width:125px;
  top:95px;
  height:98%;
  left:5px;
}
.answer{
  position: absolute;
  top:95px;
  float:left;
  left:135px;
  background-color:  #0066FF;
  width: 85%;
  height:98%;
}
.a_class{
  border-style: outset;
  width: 100px;
  height: 30px;
  padding: 5px ;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  color:#000000;
  text-decoration: blink;
  }
.but{
  background-color: #0099FF;
  border-style: outset;
  border-color: #FFFFFF;
  width: 50px;
  height: 35px;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top:10px;
  padding: 5px;
  font: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a{
  color: #000000;
  text-decoration: none;
}
.infoheader{
  width: 100%;
  background-color: #FFFF66;
}
.content{
  position:absolute;
  background-color: #33FF33;
  width: 98%;
  height:98%;
}
#loadMessage {
position: relative; right:5px;
padding: 0px;
font-size: 90%;
text-align: center;

width: 90%;
}
#photo_message {
position: absolute;
font-size: 90%;
text-align: justify;
}

