    body {
      background-image: url("/ash/bg.jpg");
      text-align:center;
    }
    
    body, html {
      height:100%;
    }
    
    .content {
      font-family:Georgia;
      font-size:18px;
      color: red;
      text-align:center;
      margin:auto;
      padding:5px 5px 100px 5px;
      width:60%;
      background-color:black;
      min-height:100%;
    }
    
    .main {
      width:70%;
      margin:auto;
    }
    
    .flip {
      transform: scaleX(-1);
    }
    
    a {
      color:red;
      text-decoration:underline;
      text-decoration-style:dotted;
      text-underline-offset: 2px;
    }
    
    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      height:100px;
      background-image: url("/ash/fire.gif");
      background-repeat: repeat-x;
    }
    
    .foot {
      position: fixed;
      bottom:0;
      background-repeat: repeat-y;
    }