body{
	overflow: hidden;
	background: url("http://t6.rbxcdn.com/516423d8a2d73309efba8f221ab7740c");
}
	
#playerDot{
	background-color: red;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.creep{
	background-color: blue;
	margin: auto;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#scoreLabel {
	position: absolute;
	bottom: 0;
    margin: 0;
    right: 0;
    margin-right: 5px;
    color: gainsboro;
    text-shadow: 2px 2px 2px black;
}

.boldText{
	font-weight: bold;
}