/** KrissX CSS Stylesheet A */

body { font-family: helvetica, arial, sans-serif; }

div#container {
    background: url(../gfx/background.jpg) no-repeat;
    width: 1152px;
    height: 864px;

    position: absolute;
    left: 50%;
    margin-left: -576px;

   border: 3px solid #734d24;
    /* border-top: none; */
    margin-top: 24px;
}

h1 { text-indent: -9999px; position: absolute; left: 230px; top: 100px; }
#home { height: 130px; width: 600px; display: block;}
h3 { display: none; }

/* p.description { display: none; } */
p.description { position: relative;  left: 912px; top: 70px; color: white; font-size: 16px; width: 150px; text-align: center; margin-top: 12px;}

/* Main Menu items */
#play_here { position: absolute; top: 378px; left: 390px; width: 155px; height: 35px; text-indent: -9999px; }
#play_here a { width: 145px; height: 35px; display: block; cursor: pointer; }
#buy_game { position: absolute; top: 388px; left: 570px; width: 145px; height: 35px; text-indent: -9999px; }
#buy_game a { width: 145px; height: 35px; display: block; cursor: pointer; }
#video { position: absolute; top: 418px; left: 390px; width: 160px; height: 35px; text-indent: -9999px; }
#video a { width: 150px; height: 35px; display: block; cursor: pointer; }
#facebook_version { position: absolute; top: 455px; left: 570px; width: 230px; height: 35px; text-indent: -9999px; }
#facebook_version a { width: 230px; height: 35px; display: block; }
#highscores { position: absolute; top: 500px; left: 570px; width: 180px; height: 35px; text-indent: -9999px; }
#highscores a { width: 180px; height: 35px; display: block; }

/* Pubs and Devs */
#konami { position: absolute; top: 787px; left: 750px; width: 135px; height: 30px; text-indent: -9999px; }
#konami a { width: 135px; height: 30px; display: block; }
#regolith { position: absolute; top: 772px; left: 895px; width: 115px; height: 45px; text-indent: -9999px; }
#regolith a { width: 115px; height: 45px; display: block; }
#blitz { position: absolute; top: 747px; left: 1025px; width: 55px; height: 70px; text-indent: -9999px; }
#blitz a { width: 55px; height: 70px; display: block; }

/* Platforms */
ul#platforms { display: none; }

/* Facebook */
#facebook { position: absolute; top: 735px; left: 65px; width: 80px; height: 80px; text-indent: -9999px; }
#facebook a { height: 80px; width: 80px; display: block; }

/* Blinking GIF */
#blinking { position: absolute; height: 70px; width: 115px; background: url(../gfx/blinking_a.gif); top: 560px; left: 154px; }

/* Flash Content */
#flash_content {
    border: 3px solid #734d24;
    width: 800px;
    height: 600px;

    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -400px;
}

/* Flash Content */
#flash_demo {
    display: none;
    border: 3px solid #000;
    width: 800px;
    height: 600px;
}

/* Flash Content */
#flash_video {
    display: none;
    border: 3px solid #000;
    width: 425px;
    height: 241px;
}

#reviews li { color: white; font-weight: normal; width: 200px; font-size: 14px; position: absolute; top: 645px; left: 300px; }
