@charset "utf-8";
body {
	background-color: #222;
	background: url(images/bg_alt.jpg);
	background-size: cover;
 	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
}
.text_white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #FFF;
	text-align: center;
}
.text_white_small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.text_green_small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
div.info {
	position:fixed;
	bottom: 0;
	margin-left: 40px;
	margin-bottom: 40px;
}
div.card {
	margin: auto;
	width: 20%;
}
img {
 	margin: 0;
  	position: absolute;
  	top: 50%;
-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.linky:link {color: #bcff70; text-decoration: none; }
a.linky:visited {color: #bcff70; text-decoration: none; }
a.linky:active {color: #bcff70; text-decoration: none; }
a.linky:hover {color: #bcff70; text-decoration: none; }