html { position: relative; margin: 0; padding: 0; background-image: url('bg.jpg'); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: transparent; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { padding-top: 50px; margin: 0px auto 0px auto; width: 1111px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 50px; width: 100%; background-color: transparent; }
#imHeader { height: 145px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 0; left: 0; height: 25px; width: 1111px; padding: 20px 0px 5px 0px; background-color: #68B792; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 150px; position: relative; width: 1101px; padding: 5px 5px 5px 5px; }
#imContentGraphics { min-height: 150px; position: absolute; top: 195px; bottom: 10px; left: 0; width: 1111px; background-image: url('content.png'); background-position: left top; background-repeat: repeat-y; background-attachment: scroll; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 390px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 10px; width: 1111px; background-color: transparent; }
#imFooterResponsiveContent { display: none; }