html, body
{
  font-family: helvetica, arial, sans-serif;
  overflow: hidden;
}

#about
{
  position: absolute;
  top: 300px;
  left: 300px;
  width: 300px;
  height: 98px;
  z-index: 50;
}

#shade
{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 39;
}

#details
{
  position: absolute;
  top: 120px;
  left: 100px;
  width: 80%;
  height: 70%;
}

#info
{
  color: #fff;
/*  color: #333;*/
/*  filter: Shadow(Color=#666666,*/
/*          Direction=180,*/
/*          Strength=3);*/
/*  text-shadow: 0px 1px 3px #666;*/
/*  position: fixed;*/
}

/*tr.items td*/
/*{*/
/*  padding: 0 10px;*/
/*}*/

tr.items td > img
{
  cursor: pointer;
}

div.itemSpacer
{
  width: 100px;
  height: 220px;
  float: left;
}

#popup
{
  width: 700px;
  height: 346px;
  top: 100px;
  left: 100px;
  position: absolute;
  z-index: 40;
  background: url('../png/popup1.png') no-repeat;
  overflow: hidden;
  padding: 22px 50px 35px;
/*  background-color: #fff;*/
/*  box-shadow: 0px 8px 25px #333;*/
/*  -moz-box-shadow: 0px 8px 25px #333;*/
/*  -webkit-box-shadow: 0px 8px 30px #333;*/
}

#projects
{
  position: absolute;
  top: 200px;
  left: 300px;
  width: 396px;
  height: 117px;
  z-index: 50;
}

#slider
{
  width: 242px;
  height: 77px;
  position: absolute;
  z-index: 30;
}

div.strip
{
  position: absolute;
  height: 220px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

#zernyu
{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 753px;
  height: 217px;
  z-index: 100;
}

