*
{
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-color: black;
    color: white;
}

div#gameView {
    position: absolute;
    width: 100%;
		height: 100%;
}

#GameCanvas, #svgCanvas
{
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
}

#GameCanvas, #svgCanvas, svg * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#svgCanvas
{
    pointer-events: none;
}

#GameCenter
{
    display: inline-block;
    height: 566px;
    overflow: hidden;
    position: absolute;
    width: 988px;
    margin-left: -494px;
    left: 50%;
    top: 50%;
    margin-top: -283px;

    -webkit-overflor-scrolling: touch;
}

svg, canvas {
    pointer-events: none;
}

svg * {
    pointer-events: visible;
}

div, body, span, text, tspan
{
    font-family:badaboom;
}

.gameButton, .AreaButton, #help_close {
	cursor : pointer;
}

path {
    stroke-linecap: round;
}
