body {
	background-color: #FAFAFA;
	text-align: center;
}
img {
	border: 0px;
}
hr {
	display: none;
}
address{
	font-style: normal;
	display: inline;
}
.maintenance{
	display: none;
}
#container {
	margin: 1px;
	max-width: 928px;
	min-width: 928px;
	width: 928px;
	margin-right:auto;margin-left:auto;

}
#titleBar {
	/*background: url("/common/img/Logo-aquaecos.jpg") no-repeat right;*/
	width: 100%;
	height: 91px;
	background-color: white;
	/*position: relative;*/
}
#titleBar h1 {
	/*position: absolute;
	right: 0px;
	border: 0px;*/
	text-align:right;
	margin: 0px
}

#contents {
	max-width: 100%;
	border: 1px #d1d1d1 solid;
	padding: 10px;
	background-color: white;
	position: relative;
	font-family: arial, sans-serif;
	text-align: left;
}

#footer {
	width:100%;
	margin: 3px 0;
	font-size: 10px;
	color: gray;
	position: relative;
}
#footer>#footer-info,
#footer>#footer-copyright {
	margin: 2px 2px;
}
#footer>#footer-info>div {
	display: inline;
	margin: 0 2px;
}
