body {
	font-family: Arial, sans-serif;
	color:#333333;
	font-size:100%;
	margin:0;
	overflow-y:scroll;
	text-align: center;
	line-height: 1.5;
}

a {
	color:#b6192e;	
}
a:hover {
	text-decoration:none;
}
img {
	width: 100%;
	height: auto;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
}
#main {
	position: relative;
	width: 100%;
	max-width: 250px;
	margin: auto;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#main > span {
	display: block;
}

#logo {
	margin-bottom: 1rem;
}