html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
	font-family: sans-serif;
}

canvas {
	display: block;
	margin:0;
	pading:0;
	border:0;
}

div {
	margin:0;
	pading:0;
}

#popup {
	width:350px;
	height:auto;
	border:solid 5px #eee;
	background-color: #ccc;
	padding:8px;

	font-size: 2em;
	position:fixed;
	text-align: center;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	/*visibility: hidden;*/
	display:none;
}

#popup a{
	color:#444;
	color:#FFF;
	text-decoration: none;
}

#popup a:hover{
	text-decoration: underline;
}
