html {
  overflow-y: scroll;
}

body {
  background-image: url(../images/bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #efefef;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica, serif;
}

#container {
  background: url(../images/line.png) repeat-y 190px 372px;
  width: 754px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}

#header {
  background: url(../images/header.png) no-repeat left top;
  width: 754px;
  height: 372px;
  position: relative;
}

#menu {
  position: absolute;
  width: 500px;
  height: 30px;
  bottom: 85px;
  left: 230px;
}

#sidebar {
  width: 200px;
  margin-right: 25px;
  float: left;
}

#content {
  width: 454px;
  margin-left: 25px;
  float: left;
}