h1,h2,h3,h4,h5,h6 {margin:0;} 

body {
	background-color: #C6C7C9;
	margin:0;
	padding:0;
}

#main {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	width: 1000px;
	border:2px solid #888888;
}

#header {
	width:1000px;
	margin: auto auto;
}

#header * {
	display: inline-block;
}

#header img {
	margin-left:15px;
	margin:15px;
	
}

#header h1 {
	font: normal 70%/160% Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:70px;
	font-style: italic;
	font-weight: bold;
	color:#003756;
}

#header #welmes {
	width: 100%;
	margin: auto auto;
	margin-top:-122px;
	text-align: center;
}

#langs {
	margin: auto auto;
	margin-bottom: 20px;
	text-align:center;
}

#langs table {
	margin: auto auto;
	text-align:center;
	background: #FFF;
}

#slogan {
	font: normal 70%/160% Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#003756;
}

#button {
	background: #003756;
	margin:8px;
	padding:8px;
	min-width: 250px;
	border: 1px solid #888888;
}

#button a {
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	height: 100%;
	width:100%;
	font: 40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#button:hover {
	background:#035584;
}