*
{
  /* margin settings */
  margin                : 0px;
  padding               : 0px;
}

body,head,html
{
  width                 : 100%;
  height                : 100%;
}

body
{
  background-color      : black;
  font-family           : helvetica,arial,verdana,sans-serif;
  font-size             : 9pt;
  color                 : #e0ffb0;
}

#container
{
  position              : relative;
  width                 :  100px;
  height                :   40px;
  left                  :   50%;
  top                   :   50%;
  margin-left           :  -50px;
}

#text
{
  position              : relative;
  width                 :  100%;
  left                  :    0px;
  top                   :    0px;
  text-align            : center;
}

#bar
{
  position              : absolute;
  width                 :  100px;
  height                :   12px;
  left                  :    0px;
  bottom                :    0px;
  background-color      : #303030;
}

#done
{
  position              : absolute;
  width                 :    1px;
  height                :   12px;
  left                  :    0px;
  bottom                :    0px;
  background-color      : #e0ffb0;
}
