/* Template - CSS */
/* The State of Queensland (Department of Education and Training */

html {
	background-color: white;
}

body {
	background-color: white;
	padding-bottom: 40px;
}

*{
     -webkit-transform: translateZ(0);	
}

*{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	
}

main{
	/*IE*/
	display:block;
	position: relative;
}

#TheCanvas{
  margin: 0px auto;
  height: 560px;
  width: 895px;	
}

footer{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.song-text{
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 32px;
}