a:link{
	color: #202765;
	text-decoration: none;

}

a:visited{
	color: #202765;
	text-decoration: none;
}

a:hover{
	color: #202765;
	text-decoration: underline;

}

#maintenance{
	background-image: url(img/maintenance_img.png);
	background-repeat: no-repeat;
	height: 480px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}

#contact{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #004c99;
	text-align: center;
	font-weight: bold;

}

