/* div { border: solid 1px red; } */

body {
  margin: 0px;
  padding: 0px;
  background: URL('/_images/body_background.png') repeat-x #D8D8E6;
  }

#bodyFrame {
  position: relative;
  width: 1000px;
  margin: 0px auto 0px auto;
  text-align: left;
  background: URL('/_images/main_background.png') repeat-y;
  }

#bodyHeader {
  position: relative;
  height: 135px;
  background: URL('/_images/head_background.png') repeat-y;
  text-align: right;
  margin: 0 16px 0 17px;
  }

#bodyHeader img {
  padding-top: 20px;
  }

#bodyHeader object {
  margin-top: 28px;
  }

#logo {
  position: absolute;
  top: -10px;
  left: 20px;
  }

#title {
  margin: 40px 16px 0px 17px;
  background: URL('/_images/title_background.png') repeat-x;
  }

#bodyMain {
  float: left;
  width: 523px;
  padding: 20px 40px 20px 58px;
  }

#bodyRight {
  float: left;
  width: 340px;
  text-align: right;
  padding-right: 20px;
  }

