html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
}

#distance {
	clear: left;
	height: 50%;
	width: 1px;
	float: left;
	margin-bottom: -300px;
}

#container {
	clear: left;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	color: #6C6E74;
	font: 14pt 'Trebuchet MS', Times, serif;
}

#img_logo {
	position: absolute;
	top: 0;
	left: 100px;
}

#content {
	position: absolute;
	top: 382px;
	left: 25px;
	width: 800px;
	height: 200px;
}

#motto {
	position: absolute;
	top: 440px;
	left: 0px;
	width: 800px;
	height: 30px;
}

#email {
	position: absolute;
	top: 535px;
	left: 330px;
	border: 0;
}

#company_info_link {
	position: absolute;
	top: 575px;
	left: 368px;
	border: 0;
	font-size: 7pt;
}

#company_info_link a {
	text-decoration: none;
	color: #A4A2AC;
}
