html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    /* keeps scrollbar off IE */
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #000;
    border: 0 none white;
    padding: 0;
    margin: 0;

    background: rgba(0,0,0,1);
}

#play {
    -moz-user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FF2449;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    font-size: 24px;
    text-shadow: 0 1px 0 #c3223e;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 0 1px rgba(255,255,255,0.21);
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    height: 80px;
    min-width: 350px;
    background-color: #fa5c5c;
    color: white;
    text-shadow: 0 1px 0px #e54747;
    margin: auto; 
    margin-top: 160px;
    display: none;
    outline: none;
}

canvas {
    border: 0;
    padding: 0;
    margin: auto;
    display: block;
    outline: none;
}

#GameCanvas {
    background: rgba(235,233,249,1);

    margin: auto;

    display: none;

     {STYLE_PIXELATED}
}

