body {
	background-color:#3A3937;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

html, body { height: 100%; }

#centeredcontent {
	width: 100%;
	height: 400px;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0;
	/* Half the width of the DIV tag */
	margin-top: -100px;/* Half the height of the DIV tag */
}

#content {
	background-color: #fff;
	height: 400px;
	overflow: hidden;
}

a.lang {
	text-decoration: underline;
	color: #000;
	padding: 0 10px;
}

a.lang:hover { text-decoration: none; }
