* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma;
	font-size: 1em;
	background-color: #ffffff;
}
h1 {
	display: block;
	width: 300px;
	height: 100px;
	background-image: url(/_assets/img/holding_fujitsu_logo_short.jpg);
	text-indent: -5000px;
	text-align: center;
	margin-bottom: 20px;
}

#centered {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -150px;
}
#centered p {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#centered p.bold {
	font-weight: bold;
}
#centered a {
	color: #000000;
}
