
BODY
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #008ECC;
}

.outer
{
	margin: 0px;
	padding: 0px;
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image:url('https://www.factuurheld.be/facturatie/images/login_back_new.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.middle
{
	display: table-cell;
	vertical-align: middle;
}

.inner
{
	margin-left: auto;
	margin-right: auto; 
	width: 300px;
}