body {
	background-color: #f4f4f4; /* cosmetic */
	margin: 0px; /* required */
}
div#wrapper {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {

	background-image: url(Wizart_Logo.jpg);
	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -239px; /* half of width */
	width: 478px; /* width of div */

	height: 632px; /* height of div */
	top: -316px; /* half of height */
}

div#adresse {
        position:relative;
	bottom: -55%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-left: 0%;
	color:#000;
	text-align: center; 
}
a { 
	color:#000;
	text-decoration:none;
}

div#startlink {
	position:relative;
	bottom: -50%;
	margin-left: 0%;
	text-align: center; 
}

div#startlink>a {
	color:#d71526;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
