@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	width: 920px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#content {
	/*background-image: url(maintenance.png);*/
	background-repeat: no-repeat;
	width: 915px;
	height: 166px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
