@charset "iso-8859-1";

body {
   background-color: #B5B5B5;
}

#main_container {
   border: thick solid #000000;
   background: #000000 url(../imm/entry.jpg);
   margin: 25% auto;
   width: 565px;
   height: 237px;
}

#buttons_bar {
   position: relative;
   margin-top: 3px;
   margin-left: 250px;
   width: 290px;
   height: 40px;
}

#message {
   background-color: trasparent;
   position: relative;
   margin-top: 20px;
   margin-left: 200px;
   font: 10pt Georgia, serif;
}

