
.header, .content {
	margin-top: -25px;
	padding: 50px 25px 25px 25px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 5px #667;
	-webkit-box-shadow: 0 0 5px #667;
	-moz-box-shadow: 0 0 5px #667;
	border: 1px solid #616161;
}

.header {
	position:relative;
	height:20px;
	z-index:2;
	background-image:  url('header.png');
}
.content {
	padding: 0px;
}
#maintenance {
	position: relative;
	float: left;
	margin: 75px 20px 75px 50px;
	background-position: top;
	width: 100px;
	height: 100px;
	background:  url('attention.png') no-repeat;
}
.reasons {
	text-align: left;
	margin: 75px 30px 60px 20px;
	font-size: 30px;
	text-align: left;
	font-family: Arial;
	color: #697474;

}
.construction-tape {
	clear: both;
	height: 20px;
	width: 100%;
	background:  url('construct.png') repeat-x;
	z-index: 3;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	box-shadow: 0 0 5px #667;
	-webkit-box-shadow: 0 0 5px #667;
	-moz-box-shadow: 0 0 5px #667;

}