<!DOCTYPE html>
<html>

<head>

  <meta charset="UTF-8">

  <title>Comfort Stand Recordings</title>

  <meta name="robots"                     content="noindex, nofollow">
  <meta name="viewport"                   content="width=device-width, initial-scale=1, maximum-scale=1">

  <link rel="shortcut icon"               type="image/x-icon" href="/favicon.ico">

  <style type="text/css">
  * {
      position: relative; 
      margin: 0; padding: 0; 
    }
    body, html { 
      color: #000; font-family: Arial, Helvetica, sans-serif;  font-size: 16px; line-height: 22px; font-weight: 300; letter-spacing: 0.02em;
    }
    body:after { 
      position: fixed; z-index: -1; bottom: 5%; right: 5%;
      width: 100%; height: 100%;
      background: url(comfortstand.png) no-repeat bottom right; 
      background-size: contain;
      background-size: 40%;
      opacity: 0.1;
      content: "";
    }
    a:link, a:visited, a:active { 
      color: #546491; text-decoration: none; 
    }
    a:hover { 
      color: #404040; 
    }
    .wrap { 
      width: 90%; padding: 60px 5%; 
    }
    img { width: 300px; height: auto; }
  </style>

</head>

<body>

  <div class="wrap">
    <img src="comfortstand.gif" alt="Comfort Stand"><br>
    <br>
    The stand is closed. The project is over.<br>
    <br>
    From 2003-2006 our Net Label was active featuring over 100 artists from 20 countries.<br>
    <br>    
    This domain will expire in October 2024.<br>
    <br>
    Please visit a portion of our past releases hosted by the <a href="https://archive.org/details/comfort_stand">Internet Archive</a>.<br>
    <br>
    Thank you for listening and downloading.
    </div>

  </div>

</body>
</html>