@font-face{
	font-family: "TVOKidsDisco";
	src: url('../fonts/tvokidsdisco-webfont.eot');
    src: url('../fonts/tvokidsdisco-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tvokidsdisco-webfont.woff') format('woff'),
        url('../fonts/tvokidsdisco-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	padding: 0;
	margin: 0;
	background-color: #000000;
}

canvas{
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	display: block;
	background-color: #000000;

	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}