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 {margin: 0px auto 0px auto; width: 980px; position: relative;}
#imHeaderBg {position: absolute; left: 0; top: 0; height: 250px; width: 100%; background-color: transparent}
#imHeader {height: 250px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat;}
#imMnMn {float: left;  width: 230px; padding: 0px 0px 0px 0px;}
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { position: absolute; top: 250px; bottom: 40px; left: 0; width: 230px; background-image: url('menu.png'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: transparent}
#imContent {min-height: 380px; position: relative; width: 710px; padding: 20px 20px 20px 20px; margin-left: 230px; }
#imContentGraphics {min-height: 380px; position: absolute; top: 250px; bottom: 40px; right: 0; width: 750px; 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: 50px; width: 100%; background-color: transparent}
#imFooter {position: relative; margin: 0 auto; height: 40px; width: 980px; background-color: transparent; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat;}
