.notices {
	background: none;
}

.notices #notice_header,
.notice_menu {
	 width: expression(document.body.clientWidth < 1251 ? "1250px" : "auto" );
}

.notice_wrapper {
	padding-bottom: 0;
}

.notices_maintenance {
	background: transparent url('../images/maintenance/notice_maintenance_background_pattern.jpg') repeat scroll;
}

.notice_maintenance_background {
	background: transparent url('../images/maintenance/maintenance_background_image.png') no-repeat scroll;
	margin-top: 0px;
	height: 714px;
	width: 724px;
}

.notice_maintenance_background img {
	display: none;
}

.notice_maintenance_top {
	width: expression(document.body.clientWidth < 1251 ? "1250px" : "auto" );
}

.notice_maintenance_bottom {
	background-color: #aaa27b;
	height: 155px;
	margin-top: -126px;
	width: expression(document.body.clientWidth < 1251 ? "1250px" : "auto" );
}

.notices_404 {
	background: transparent url('../images/404/notice_404_background_pattern.jpg') repeat scroll;
}

.notices_error {
	background: transparent url('../images/error/notice_error_background_pattern.jpg') repeat scroll;
}

.notices_503 {
	background: transparent url('../images/503/notice_503_background_pattern.jpg') repeat scroll;
}

.notices_503 p {
	margin-left: 10px;
}