* {
  padding: 0;
  margin: 0;
  font-family: Arial;
}

body {
  background: url('/files/bg.gif');
}

#wrapper {
  width: 800px;
  min-height: 600px;
}
#logo { 
  width: 800px;
  background: white;
  text-align: center;
}
#bar {
  background: #6699CC;
  height: 19px;
}
#line {
  background: url('/files/bg_menu.gif');
  height: 14px;
}
#content {
  background: white;
  padding: 70px;
  position: relative;
}
#eck {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
