html{
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
    overflow:hidden;
	background-color: black;
}

#container{
    width: 100%;
    height: 100%;
	margin: 0;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

canvas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
    width: auto;
	background: transparent;
}
#background {
	z-index: -2;
}
#canvas {
	z-index: -1;
}
#foreground {
	z-index: 0;
}

#masterrappercom {
    position: absolute;
    top: 0;
    left: 0;
}