A {
       color: #CC3333;
       font-family: sans-serif;
       font-weight: bold;
       font-size: 12pt;
       text-decoration: none;
}
A:hover {
       color: green;
       text-decoration: underline;
}
A:active {
       color: #00CC00;
}
.menuitem:hover {
       color: green;
       text-decoration: underline;
}
body {
       margin: 10px;
       color: #A0522D;
       background-color: black;
}
#container {
       position: absolute;
       left: 0px;
       background-color: #161d1b;
       width: 978px; height: 750px;
       z-index: 5;
}
#b-ground {
       position: absolute;
       left: 120px; top: 120px;
       z-index: 10;
       visibility: visible;
}
#const {
       position: absolute;
       left: 30px; top: 125px;
       z-index: 100;
       visibility: visible;
}
#headertext {
       position: absolute;
       top: 10px; left: 325px;
       margin-top: 0px;
       text-align: center;
       font-family: sans-serif;
       color: #333333;
       font-weight: bold;
       font-size: 12pt;
       visibility: visible;
       z-index: 100;
}
#sm-omega {
       position: absolute;
       top: 15px; left: 22px;
}
#toptext1 {
       position: absolute;
       left: 65px; top: 50px;
       font-size: 15pt;
}
#MenuDiv {
       position: absolute;
       top: 82px; left: -1px;
       background-color: #41341d;
       width: 878px; height: 34px;
       padding-left: 100px;
}
.MenuBtn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 12px;
    margin-left: 75px;
    margin-top: 3px;
    border: 0px solid #a76127;
    border-radius: 7px;
    background: #ff9f40;
    background: linear-gradient(to bottom, #ff9f40, #a76127);
    text-shadow: #78451c 1px 2px 1px;
    font: italic normal bold 16px arial;
    color: #ffffff;
    text-decoration: none;
}
.MenuBtn:hover,
.MenuBtn:focus {
    border: 0px solid #ef8a38;
    background: #ffbf4d;
    background: linear-gradient(to bottom, #ffbf4d, #c8742f);
    color: #ffffff;
    text-decoration: none;
}
.MenuBtn:active {
    background: #a76127;
    background: linear-gradient(to bottom, #a76127, #a76127);
}
.MenuBtn:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -1px;
    left: 0px;
    background: url("./ImagesOMC/hand-o-right-128.png") no-repeat left center transparent;
    background-size: 100% 100%;
}
.MenuBtn:focus:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -1px;
    left: 0px;
    background: url("./ImagesOMC/hand-o-right-thumbup-128.png") no-repeat left center transparent;
    background-size: 100% 100%;
}
.MenuBtn:active:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: -1px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB2klEQVRIia3VO2hUQRQG4A8JMSwiQRaEEDBYiYpIkNSijVgE7X1hpYUWip19wCaFJFYWloKNLCIWwUdlpYhIhKCgaOErPjExj12LmQtz795d3cv+MNxz7pyZ//xz5kFnTOI51vEKp7rE9owDWMVPzOFLJDrWL4J7+IPx6I/hK+b7RbAgLEuRdL3XiTZ06WuW+N3ieyboC6oQTOM0anF8pSQXYktxF62kzQt1eoNr2Fw2US/sTVzCLsxiB4awhjPCmXkRyYarKLic2APCrhqKSd7GEt4L6u5nyWcKdkbmBqawqYT0R2Kv4Q6Wo7I5HMQ23MJ+7M2CJ/Bdfn1bJQqKsoc72Ofj+EOZguko9Sg24pz2MwDfuvjFvhxW8bDwb0ZeQQ31xB9L7Hrsz9Cm4DO2y6/7RTxJ/BHsS/zJxJ6I/RmyujYzZwaj8ZthGWdVw9b4XcwIruARTsjf+YsVCfZgBa8zghUcx0dcxe6KE8OgsGQvJQrgLU4Kxbqp/div4Xfip7vmV0xSTK6OB50ymBJ2wI0K2cOFOP5Ip4BBYcu2VHuDG8KjtKVb0Cg+CO/xeLfAAmr4hGfpz4GSwHdCPRqCmsdCDf6FEWH9Z/83o8N4Kkgu3lNlbQnX5U+1vx5Re3PvSilrAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}
.blurredBG {
      -webkit-filter: blur(4px);
      filter: blur(4px);
}
.roundBG {
       background-color: #1133AA;
       border: solid #1133AA;
       border-width: 4px 7px 3px 7px;
       border-radius: 5px;
}
.rotate {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
}
#mainAnimation {
       position: absolute;
       left: 200px; top: 120px;
       visibility: visible;
       z-index: 90;
}
#mainIFrameDiv {
       position: absolute;
       top: 120px; left: 104px;
       visibility: hidden;
       z-index: 100;
}
#mainIFrame {
       border: ridge;
       border-width: 1;
       margin-left: 9px;
       margin-right: 9px;
}
#indexMainTxt {
       font-family: monospace;
       font-size: 20px;
       font-weight: 500;
       color: #eae1c4;
       padding: 3px;
       z-index: 77;
}
#indexMainTxtBox {
       position: absolute;
       left: 220px; top: 300px;
       background-color: #ac5639;
       padding: 2px;
       z-index: 75;
}
#bottom {
       position: absolute;
       left: 0px; top: 745px;
       background: #C0C0C0;
       text-align: center;
       width: 979px; height: 17px;
       visibility: visible;
       z-index: 65;
}
#clock {
       position: absolute;
       left: 809px; top: 10px; width: 158px;
       text-align: center;
       color: #006699;
       font-weight: bold;
       line-height: 155%;
       visibility: visible;
       z-index: 100;
}
#blackground {
       position: absolute;
       background: #000005;
       top: 0px; left: 0px;
       width: 994px; height: 475px;
       visibility: visible;
       z-index: 1;
}
#MyLogo {
       position: absolute;
       left: 408px; top: 585px;
       color: #FF5500;
       font-size: 9pt;
       visibility: visible;
       z-index: 100;
}
