    body{
       font-family: Arial, Verdana, Geneva, sans-serif;
       font-size: 62.5%;
       background-color: #fff;
       color: #000;
       /* text-align: center;  */
       margin: 0;
       padding: 0;
    }

    *{
       margin: 0;
       padding: 0;
       font-size: 1em;
    }

    h1,h2,h3,h4,h5,h6{
       font-weight: normal;
    }

    #allumfassend, #allumfassend {
       text-align: left;
    }

    #allumfassend {
       margin-left: auto;
       margin-right: auto;
       margin-top: 1.2em;
       margin-bottom: 1.2em;
       width: 800px;
       background-color: #FFF;
       padding: 0px;
    }

    #header
    {
      background: #fff;
      width: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
    }

    #header #empty
    {
      width: 100%;
      height: 15px;
      background: #fff;
    }

    #header #logoline
    {
      width: 100%;
      height: 56px;
      background: #0000FF;
      background: url('../images/header_back.png') right no-repeat #fff;
    }

    #header #logoline h1
    {
      width: 1000px;
      height: 56px;
      text-indent: -9999px;
      background: url('../images/logo_asistim.png') left no-repeat;
    }


	
    #bottom
    {
      clear: both;
      position: fixed;
      bottom: 0px;
      left: 0px;
      background: url('../images/footer_back.png') left no-repeat #FF6600;
      width: 100%;
      height: 33px;
      text-align: right;
    }

    #bottom a
    {
      color: #000000;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.2em;
      margin: 0.5em;
      line-height: 2.6em;
    }

    #bottom a:hover
    {
      text-decoration: underline;
    }


    #content_box
    {
      margin-top: 9em;
      margin-bottom: 4em;
    }

    .clearer
    {
      clear: both;
    }

    table
    {
      font-size: 1.1em;
    }

    .mouseovertext
    {
       display: none;
    }