@charset "utf-8";
.header {
	font-size: 16px;
	font-weight: bold;
}

.mainText {
	text-align:center;
}

#wrapper {
	width:400px;
	position:relative;
	left:50%;
	margin-left:-200px;
	margin-top: 70px;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(errorBackground.jpg);
	height: 300px;
	width: 400px;
	margin-top: 0;
	margin-bottom: 0;
	border:solid;
	border-width: 1px;
	border-color: #ffcc33;
}

#headerBlock {
	position:absolute;
	left:134px;
	top:65px;
	width:238px;
	height:37px;
	z-index:1;
}

#textBlock {
	position:absolute;
	left:29px;
	top:143px;
	width:349px;
	height:37px;
	z-index:1;
}

