*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

#menuPanel {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#startButton {
    height: 50px;
    width: 200px;
    margin: -25px -100px;
    position: relative;
    top: 50%;
    left: 50%;
    font-size: 32px;
	display:none;
}
