/****

Author : Jean-Louis Kerfriden aka BleedingTiger
All the code and images where created by BleedingTiger for the Flappy Jam - 2014

****/
body {
	background:#000;
	margin:0px;
}
#cadreCanvas {
	background:#2E2821;
	border-radius:12px;
	left:50%;
	top:20px;
	margin-left:-256px;
	position:absolute;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-moz-user-select:-moz-none;
	height:512px;
	width:512px;
}
#imgLoad {
	overflow:hidden;
	visibility:hidden;
	height:1px;
	width:1px;
}