body {
	color: #555555;
    text-align: center;
    background-color: #ffffff;
	font-size:14px;
	font-family: "Indie Flower";
	background-image: url('assets/images/bgSite.png'); 
}

h1 {
	font-family:  Helvetica, sans-serif;
	font-size:45px;
	color: #9E3B33;
}
 
 
a {
   color:  #000000;
 }

#canvascontainer{		
	margin: 0 auto;	
	
	width: 800px;
	height: 800px;
	/*border: 4px solid #3a574d; */
	position: relative;
	border-radius: 5px;
	
}

#cr-stage { 
	
	border-radius: 5px;
	color: white;
	cursor: none; 
	/*left: 30px;	*/
}

#info { 
	position: absolute;
	background-color:  rgba(218,208,208,0.5);
	color: black;	
	width: 800px;
	/*height: 38px;*/	
	top: 550px;
	text-align: center;
	font-size: 24px;
	z-index: 1020;
	visibility: visible;	
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}