html            {
                   background       : #333333;
                }

body            {
                   width            : 640px;
                   background       : #333333;
                   margin           : 0px auto;
                   margin-top       : 20px;
                   margin-bottom    : 20px;
                }

#main           {
                   width            : 660px;
                   background       : #333333;
                }

#decoder        {
                   width            : 640px;
                   padding          : 10px;
                   background       : #d0e662;
                   font             : 12px "Trebuchet MS",arial, helvetica, sans-serif;
                   color            : #000000;
                }

#title          {
                   font             : 20px "Times New Roman", Times, serif;
                   color            : #000000;
                }

#title span     {
                   font             : 28px "Times New Roman", Times, serif;
                }

#decoder a      {
                   color            : #000000;
                }

#download       {
                   width            : 630px;
                   font             : 22px "Times New Roman", Times, serif;
                   color            : #ccff00;
                   padding          : 5px;
                   background       : #000000;
                }

#download  a    {
                   color            : #ffffff;
                }

#actions        {
                   width            : 660px;
                   height           : 100px;
                   margin-top       : 5px;
                   background       : #ffffff url(../graphics/ufologo.jpg) no-repeat;
                   font             : 12px "Trebuchet MS",arial, helvetica, sans-serif;
                   color            : #ccff00;
                }

#actions input  {
                   width            : 150px;
                   margin-top       : 15px;
                   color            : #ffffff;
                   background-color : #333333;
                   border-style     : solid;
                   border-color     : #ffffff;
                   border-width     : 1px;
                }

#actions button {
                   width            : 150px;
                   margin-top       : 15px;
                   margin-left      : 5px;
                   cursor           : pointer;
                   color            : #ffffff;
                   background-color : #333333;
                   border-style     : solid;
                   border-color     : #ffffff;
                   border-width     : 1px;
                }