@CHARSET "ISO-8859-1";
#intro {
   position          : absolute;
   top               : 0px;
   left              : 8px;
   width             : 160px;
   height            : 120px;
   padding           : 0;
   margin            : 0;
   color             : rgb(248,195,0);
}
#applet_title {
   text-align        : center;
   font-size         : 24px;
   padding           : 0;
   margin            : 8px;
   color             : rgb(248,195,0);
}
#logo {
   float             : left;
   width             : 50px;
   height            : 38px;
   margin-left       : 8px;
   margin-right      : 8px;
   border            : none;
}
#company_title {
   margin            : 0;
   padding           : 0;
   font-size         : 18px;
   text-decoration   : none;
   color             : rgb(248,195,0);
}
#company_title a:link, #company_title a:visited, #company_title a:hover, #company_title a:active {
   text-decoration   : underline;
}
#ad {
   position          : absolute;
   left              : 8px;
   top               : 120px;
   width             : 160px;
   height            : 600px;
}
#bottom_links {
    position         :absolute;
    margin-top       :0px;
    top              :685px;
    width            :878px;
    text-align       :center
}
#instruction_ref {
   clear             : left;
   font-size         : 16px;
   margin-top        : 6px;
   padding           : 0;
   text-align        : center;
   color             : rgb(248,195,0);
}
#instruction_ref a:link, #instruction_ref a:visited, #instruction_ref a:hover, #instruction_ref a:active {
   text-decoration   : underline;
   color             : rgb(248,195,0);
}
.applet_background {
   position          : absolute;
   left              : 176px;
   top               : 8px;
   width             : 900px;
   height            : 720px;
   background-repeat : no-repeat;
}
#instructions {
   position          : absolute;
   left              : 8px;
   top               : 740px;
   width             : 1070px;
   padding-bottom    : 15px;
}
.instruction_top {
   background-repeat : no-repeat;
   width             : 1070px;
   height            : 10px;
   margin            : 0;
   padding           : 0;
}
.instruction_middle {
   background-repeat : repeat-y;
   width             : 1070px;
   margin            : 0;
   padding           : 0;
}
.instruction_bottom {
   background-repeat : no-repeat;
   height            : 20px;
   width             : 1070px;
   margin            : 0;
   padding           : 0;
}
.instruction_content {
   padding-left      : 20px;
   padding-right     : 20px;
}
