body {
  background-attachment: fixed;
  background-color: black;
  background-image: url("../files/gfx/background.jpg");
  background-position: 50% 50%;
  font-family: tahoma, verdana;
  margin: 0;
}

  .frame {
    height: 600px;
    top: 50%;
    margin-top: -300px;
    position: absolute;
    left: 0;
    right: 0;
  }

    .header {
      background-image: url("../files/gfx/velvetcut.gif");
      background-repeat: no-repeat;
      background-position: 0 10px;
      height: 50px;
      margin: 0 auto;
      padding-bottom: 10px;
      position: relative;
      width: 925px;
    }

      .menu {
        background-image: url("../files/gfx/arrow_start.gif");
        background-repeat: no-repeat;
        height: 43px;
        overflow: hidden;
        position: absolute;
        right: 38px;
        width: 5px;
      }

        .menu_items {
          background-color: black;
          background-image: url("../files/gfx/grid.gif");
          filter: alpha(opacity=50);
          height: 40px;
          margin-left: 5px;
          margin-top: 3px;
          opacity: 0.5;
          padding: 0 10px;
          width: 500px;
        }

          .menu_item {
            color: silver;
            cursor: pointer;
            display: block;
            font-family: arial;
            font-size: 9px;
            line-height: 15px;
            float: left;
            padding: 13px 10px 12px 10px;
            text-align: center;
            text-decoration: none;
          }

            .menu_item:hover {
              color: white;
            }

  .page_background {
    background-color: white;
    height: 500px;
    margin: 0 auto;
    padding: 10px;
    width: 900px;
  }

  .page {
    background-image: url("../files/gfx/bg_news.jpg");
    color: white;
    font-family: verdana;
    font-size: 10px;
    height: 500px;
    line-height: 18px;
    position: relative;
    width: 900px;
  }

    .photo {
      float: left;
      margin-top: 60px;
      width: 490px;
    }

    .scroller_left,
    .scroller_right,
    .scroller_wide,
    .box {
      background-color: white;
      color: black;
      display:inline;
      filter: alpha(opacity=65);
      float: left;
      height: 460px;
      opacity: 0.65;
      overflow: hidden;
      padding: 20px;
      width: 320px;
    }

      .scroller_left {
        margin-left: 40px;
      }

      .scroller_right {
        margin-left: 490px;
      }

      .scroller_wide {
        height: 300px;
        margin-top: 40px;
        padding: 20px 0;
        width: 900px;
      }

      .scroller_buttons {
        float: left;
      }

      .scroller_buttons_wide {
        float: right;
      }

      .scroller_buttons div,
      .scroller_buttons_wide div {
        background-color: white;
        cursor: pointer;
        height: 20px;
        margin-bottom: 5px;
        margin-left: 10px;
        padding: 5px;
        width: 10px;
      }

        .scroller_buttons_wide div {
          float: left;
          height: 10px;
          margin-left: 5px;
          margin-top: 10px;
          width: 20px;
        }

      .box {
        height: auto;
        padding: 20px;
        width: auto;
      }

.footer {
  left: 50%;
  margin-left: -460px;
  margin-top: 290px;
  padding-bottom: 20px;
  position: absolute;
  top: 50%;
  width: 920px;
}

  .footer img {
    display: block;
    filter: alpha(opacity=50);
    float: right;
    margin-left: 20px;
    opacity: 0.5;
  }

  .footer img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

.topic {
  background-color: white;
  color: #444444;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 5px 20px 4px 20px;
  position: absolute;
}

.subtopic {
  font-weight: bold;
  text-transform: uppercase;
}

.smalltext {
  font-size: 9px;
  line-height: 14px;
}

  .smalltext a {
    color: white;
  }

.lighttext {
  color: gray;
}

.reply {
  border-left: 1px solid silver;
  font-style: italic;
  padding-left: 10px;
}

a, .link {
  color: red;
  text-decoration: underline;
}

  a.music {
    text-decoration: none;
  }

form {
  margin: 0;
}

img {
  border: 0;
}

input, textarea {
  background-color: #eeeeee;
  border: 1px solid silver;
  color: black;
  font-family: verdana;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 5px;
  padding: 2px;
  width: 294px;
}

  input.button {
    background-color: transparent;
    border: 0;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 2px 5px;
    width: auto;
  }

  textarea {
    height: 100px;
  }

td {
  vertical-align: top;
}