@font-face {
  font-family: KOMIKA;
  src: url(../fonts/KOMIKAX_.ttf);
}

body {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	font-family: "KOMIKA", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ff6c6c;
	font-weight: normal;
}

.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:542px;
	padding-top: 110px;
	background-image: url(../images/bg_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.error_number {
	float: left;
	width: 330px;
	font-family: "KOMIKA", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 114px;
	text-align: right;
	color: #404040;
}
.error_exp {
	float: right;
	width: 450px;
	font-size: 13px;
	color: #424242;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 50px;
}
.error_exp a {
	color: #FF6C6C;
	text-decoration: none;
}
.error_exp a:hover {
	color: #A8A8A8;
	text-decoration: underline;
}
