* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #101010;
    font-family: sans-serif;
    
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#game {
    position: relative;
    top: 45%;
	margin: auto;
    margin-top: -200px;
    height: 400px;
    width: 800px;
    display: block;
    
    box-shadow: 0px 0px 30px 5px #000000;
}


footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    
    font-size: 0.8em;    
    text-align: center;
    color: #202020;
    
    text-shadow: 0px 0px 4px #000000;
    
    
}

a {
    color: #303030; 
}
