@font-face {
    font-family: 'Lobster';
    src: url('lobster_1.4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,body{
	margin:0;padding:0;border:none;
	width:100%;height:100%;
	background-color:#EEEEEE;
	color:#505050;
	font-family:serif;
}
a{
	color:#606060 !important;
}
#dropArea{
	display:block;
	box-sizing:border-box;
	width:100%;height:100%;
	margin-left:auto; margin-right:auto;
	padding:2em;
	font-family:'Lobster';
}
#dropText{
	font-size:3em;
	text-align:center;
	text-shadow:0 0.03em 0 #FFFFFF;
}
#imgArea{
	display:block;
	margin:auto;
	position:absolute;
	top:0; left:0; bottom:0; right:0;
}
#imgArea.fullWidth{
	width:100%;
	height:auto;
}
#imgArea.fullHeight{
	width:auto;
	height:100%;
}
#status{
	position:fixed;
	bottom:0; right:0;
	padding:0.3em 0.7em;
	background-color:#FFFFFF;
	color:#000000;
	box-shadow:0 0 0.7em rgba(0,0,0,0.1);
	text-align:center;
	z-index:9;
}
#counter{
	display:inline-block;
	font-family:monospace;
	min-width:2.5em;
}