html
{
	height: 100%;
	width: 100%;
}

body
{
	background-image: url('/img/index-bg.png');
	background-position: center;
	height: 100%;
	width: 100%;
}

.index-wrapper
{
	background-color: #FFF;
	width: 100%;
	border-radius: 4px;
	max-width: 500px;
	margin: auto;
	padding: 10px;
}

.index-wrapper .padded
{
	padding: 15px;
}

h1
{
	font-family: 'Pacifico', cursive;
	color: #212121;
	font-size: 60px;
	text-align: center;
	background-color: #EEE;
	padding: 30px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.drag-drop
{
	border: 4px dashed #B4E4FB;
	padding: 40px 30px;
	text-align: center;
	border-radius: 8px;
	background-color: #FEFEFE;
}

.drag-drop p
{
	margin: 0;
}








footer
{
	text-align: center;
	padding: 10px 0px;
}

footer p
{
	color: #999;
}

footer p a
{
	color: #999;
	font-size: 12px;
}