
  /*
  *
  * Etopia BV
  * Etopia.nl
  *
  */
  
  html {
          padding:          0px;
          margin:           0px;
  }
  
  body {
          padding:          0px;
          margin:           0px auto;
          height:           auto;
          background-color: #FCBF4D;
          text-align:       center; /* Iris computer fix.. WTF-able */
  }
  
  #container {
          background-image: url( images/splash.jpg );
          width:            1010px;
          height:           741px;
          margin:           0px auto;
          padding:          0px;
          position:         relative;
  }
  
  body.middle #container {
          background-image: url( images/splash_900.jpg );
          width:            900px;
          height:           660px;
  }
  
  body.min #container {
          background-image: url( images/splash_800.jpg );
          width:            800px;
          height:           587px;
  }
  
  #container a {
          color:            black;
          text-decoration:  none;
  }
  
  .rentray_link {
          position:         absolute;
          bottom:           235px;
          right:            187px;
          height:           20px;
          width:            55px;
          border-bottom:    none;
          cursor:           pointer;
          border:           none;
          position:         absolute;
          cursor:           pointer;
  }
  
  .logo_rentray {
          bottom:           103px!important;
          right:            150px!important;
          height:           45px!important;
          width:            150px!important;
          border:           none;
          position:         absolute;
          cursor:           pointer;
  }

  .lsg_link {
          bottom:           235px;
          right:            362px;
          height:           20px;
          width:            25px;
          border:           none;
          position:         absolute;
          cursor:           pointer;
  }
  
  .logo_lsg {
          bottom:           95px;
          right:            320px;
          height:           90px;
          width:            70px;
          position:         absolute;
          border-bottom:    none;
          cursor:           pointer;
  }