@charset "UTF-8";
html {
  border-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
body {
width: 1200px;  
margin: 10px auto;
  padding: 0;
  text-align: left;
}

#imPage {
  position: relative;
width: 1200px;  
margin: 10px auto;
}
#imHeaderBg {
  position: absolute;
  left: 0;
  top: 0;
  height: 165px;
width: 1200px;  
margin: 10px auto;
  background-color: transparent;
}
#imHeader {
  height: 150px;
width: 1200px;  
margin: 10px auto;
  background-color: #567eb6;
  background-image: url(top.png);
  background-position: left top;
  background-repeat: no-repeat;
}
#imMnMn {
  padding: 5px;
  width: 175px;
  float: left;
}
#imMnMn > ul {
  text-align: left;
}
#imMnMnGraphics {
  top: 150px;
  width: 190px;
  background-color: #7bb5ef;
  position: absolute;
  bottom: 75px;
  left: 0;
}
#imContent {
  padding: 5px;
  position: relative;
  margin-left: 220px;
  max-width: 80%;
  min-height: 200px;
}
#imContentGraphics {
  top: 150px;
  min-height: 200px;
  max-width: 40%;
  position: absolute;
  bottom: 75px;
  right: 0;
  background-color: #ffffff;
}
#imFooterBg {
  left: 0;
  height: 90px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  max-width: 1200px;  
margin: 10px auto;
}
#imFooter {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(bottom.png);
  background-color: #567eb6;
  height: 75px;
  background-position: left top;
  position: relative;
  max-width: 1200px;  
margin: 10px auto;
}
