body{
	margin:0;
	text-align:center;
	background-image:url(img/icon128.png);
	background-color:grey;
	background-blend-mode: luminosity;
	background-color:#E0E0E0;
	background-blend-mode: screen;
}
body>img{
	padding:64px;
}
.default_err .txt{
	text-shadow:1px 1px 1px white;
	background-color:white;
	box-shadow:0px 0px 7px 7px white;
	display:inline-block;
	margin-bottom: 50px;
	padding:10px;
}
#pick{
	background-image:url(img/icon512.png);
	background-position: center;
	background-repeat: no-repeat;
}