            * {
                margin: 0;
                padding: 0;
            }
            html, body {
                height: 100%;
            }
            body {
                font-size: 12px;
                font-family: Georgia, Arial, sans-serif;
                background: #000000 url(./bg.png) repeat-x;
            }
            * html body {
                text-align: center;
            }
            a {
                color: #ffb400;
                text-decoration: none;
                border-bottom: 1px dotted #cccccc;
            }
            a:hover {
                color: #000000;
                background: #ffb400;
                text-decoration: none;
                border-bottom: 1px dotted #000000;
            }
            div#offline {
                position: relative;
                width: 300px;
                height: 100%;
                margin: 0 auto;
                padding-left: 10px;
                padding-right: 10px;
                text-align: center;
                background: #000000;
            }
            div#inner {
                position: relative;
                top: 35%;
            }
            div#inner h1 {
                color: #ffb400;
                font-size: 400%;
                letter-spacing: -4px;
                border-bottom: 1px dotted #aaaaaa;
            }
            div#inner p {
                margin-top: 15px;
                color: #666666;
                font-size: 90%;
            }
            div#flash_splash_layer {
                position: relative;
                width: 210px;
                height: 100%;
                margin: 0 auto;
                background: #000000;
            }
            object#flash_splash_object {
                margin-top: 30px;
            }
            div#flash_intro_layer {
                position: relative;
                width: 620px;
                height: 100%;
                margin: 0 auto;
                background: #000000;
            }
            object#flash_intro_object {
                margin-top: 200px;
            }
            div#flash_main_layer {
                position: relative;
                width: 828px;
                height: 100%;
                margin: 0 auto;
                background: #000000;
            }
            div#note_noflash, div#note_version {
                display: none;
                position: relative;
                z-index: 1;
                width: 210px;
                margin: 0 auto;
                margin-top: -180px;
                padding: 10px;
                text-align: center;
                color: #ffffff;
                font-size: 90%;
                border: 3px double #ffffff;
                background: #440000;
            }
            * html div#note_noflash, * html div#note_version {
                width: 220px;
            }
