body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 0;
	margin: 0;
	text-align: center;
}
div.page {
  	width: 800px;
	margin: 0;
}
div.body {
	padding: 5px;
}
div.header {
	width: 800px;
	height: 160px;
}
div.info {
	display: none;
}
img.header {
	width: 800px;
	height: 160px;
	z-index: -1;
}
div.footer {
	width: 800px;
	height: 40px;
	font-size: 9pt;
	text-align: center;
}
div.text {
	width: 800px;
	display: inline-block;
}
div.nav {
	display: none;
}
div.news {
	display: none;
}
p.footer2 {
	display: none;
}
span.infobutton {
	display: none;
}
span.tel {
	position: relative;
	top: -140px;
	left: 400px;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px;
	background-color: #ddddee;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
	-o-box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
}
