@import url(menu.css);  
@import url(text.css);  

body {
  margin: 0;
  background: #525252; 
  text-align: center;
  font: 11px Verdana, sans-serif;
  /*padding: 35px 0;*/
  padding: 88px 0 35px 0;
  width: 100%;
  color: #455261;
}

form {
  padding: 0px;
  margin: 0px;
}

input, table {
  font: 100%;
}

img {
  behavior: url("cms/css/user/pngbehavior.htc");
}

a {
  color: #887965;
}

a img {
  border-width: 0px; 
}

a:hover {
  color: red;
}

div.body {
  width: 981px;
  height: 630px;
  margin: 0 auto;
  position: relative;
  background: url("../../images/bg.jpg") no-repeat;
  text-align: left;
}

.page-head {
  padding: 54px 0 0 68px;
  height: 20px;
}

.page-head .logo {
  display: block;
}

.left-page {
  float: left;
  width: 440px;
  height: 550px;
  padding: 10px 20px 0 70px;
}

* html .left-page {
  width: 530px;
}

.right-page {
  float: left;
  width: 400px;
  padding: 120px 20px 0 10px;
}

* html .right-page {
  width: 440px;

}

