#container_answer{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 300px;
   height: auto;
   position: absolute;
   top: 70px;
   left: 0px;
   background-color: transparent;
}

#container_answer img{
  float: right;
}

#question{
   border: none;
   padding: 0px;
   font-weight: bold;
   margin-bottom: 15px;
   width: 300px;
   height: auto;
   background-color: transparent;
}

#answer{
   border: none;
   padding: 0px;
   margin-bottom: 25px;
   width: 300px;
   height: auto;
   background-color: transparent;
}

#buttons{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 300px;
   height: 10px;
   position: absolute;
   top: 420px;
   left: 0px;
   background-color: transparent;
}

#arrow_previous{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: left;
   background-image: url(images/button_previous.gif);
   background-repeat: no-repeat;
   background-postion: left;
}

#arrow_previous:hover{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: left;
   background-image: url(images/button_previous_hover.gif);
   background-repeat: no-repeat;
   background-postion: left;
}

#back{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 280px;
   height: 10px;
   float: left;
   font-weight: bold;
   text-align: center;
   background-color: transparent;
}

#arrow_next{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: right;
   background-image: url(images/button_next.gif);
   background-repeat: no-repeat;
   background-position: right;
}

#arrow_next:hover{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: right;
   background-image: url(images/button_next_hover.gif);
   background-repeat: no-repeat;
   background-position: right;
}

#line{
   border: none;
   padding: 0px;
   margin-bottom: 10px;
   margin-left: 35px;
   width: 230px;
   height: 19px;
   background-image: url(images/line.jpg);
   background-repeat: no-repeat;
}
