#statusStrony {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('img/overlay.png');
}

.statusInfo {
	display: block;
	margin: 12.5% auto 0;
	padding: 0;
	width: 375px;
	height: 305px;
  background: #fff;
	border: 2px solid #ff8c8c;
	text-align: center;
}

.statusInfo h1 {
	display: block;
	margin: 30px auto;
	padding: 0;
	width: 334px;
	height: 88px;
  background: url('img/logo.jpg') no-repeat;
}

.statusInfo h1 a {
	display: block;
	width: 334px;
	height: 88px;	
}

.statusInfo h1 span {
	display: none;
}

.statusInfo hr {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 350px;
	border: 0;
	border-top: 1px solid #bdbdbd;
}

.statusInfo h2 {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	color: #bdbdbd;
	font-family: "Arial Black", Impact, sans-serif;
	font-size: 55px;
}

.statusInfo h3 {
	display: block;
	margin: 0 0 0 55px;
	padding: 0;
	color: #bdbdbd;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
}