body {
  background-image:    url(bg.jpg);
  background-position: center;
  background-repeat:   repeat-y;
}

#logo {
  width:  340px;
  height: 74px;
  margin: 250px auto 0px;
}

#start {
  width:  50px;
  height: 38px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#info {
  width:    120px;
  height:   49px;
  position: absolute;
  bottom:   15px;
  right:    15px;
}

#info2 {
  width:    350px;
  height:   20px;
  position: absolute;
  bottom:   35px;
  right:    15px;
  font-size:15px;
}

#addsearch {
  width: 350px;
  height: 100px;
  position: absolute;
  top: 15px;
  left: 100px;
}

table.links
{
  width: 100px;
  height: 30px;
  position: absolute;
  top:   0px;
  right:    0px;
}
