html
{
	font-family: verdana, arial, times;
	font-size: 0.8em;
	background-image: url('../images/achtergrond2.jpg');
}
.quickflip-wrapper
{
	position:fixed;
	top: 50%;
	left: 50%;
	height: 18em;
	width: 30em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	/* border: 1px solid #ccc; */
}
.quickFlipCta
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.front
{
	height: 100%;
	background-color: #ffffff;
}

.frontContent
{
	padding: 15px;
}

.back
{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center;
	height: 100%;
	width: 100%;
}