body {
	background-color:#292929;
	overflow: hidden;
	margin-top: 0px;
}
.wrapper {
    margin: 0;
    padding: 0;
    height: 100%;
}

.blocker {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 0;
    font-size: 24px;
    font-family: sans-serif;
    background-color: white;
    color: rgb(5, 5, 5);
    height: inherit;
    padding: 100px 0px 10px 10px;
    opacity: 0.8;
    text-align: center;
}
#debug_label {
	position: absolute;
	bottom: 5px;
	left: 10px;
	right: 0;
	font-size: 12px;
	color: #FFFFFF;
    width: 100px;
}
#canvas {
	background-color: #CCCCCC;
	margin-top: 0px;
}
.bubble {
    position: absolute;
    top:0;
    left:0;
    height: 50px;
    width: 100px;
    color: #FF0000;
}