* {
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
#container {
	margin: 80px auto 0 auto;
	width: 600px;
}
#number_bg {
	background: url(boxbackground.png) repeat-x;
	width: 210px;
	height: 140px;
	float: left;
	display:block;
}
#number {
	font-size: 100px;
	color: #ffffff;
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
}
#text_bg , #text_bg2 {
	width: 340px;
	height: 140px;
	float: left;
	display: block;
	margin-left:20px;
}

#text_bg2 {
	width: 550px;
	text-align: center;
}

#text_bg3 {
	width: 550px;
	height: 77px;
	text-align: center;
}

#text {
	font-size: 50px;
	color: #00607f;
	padding-top: 10px;
	position: relative;
}
#clear {
	clear: both;
	height: 0px;
}

#errordetails_en, #placeholder_text_top {
	width: 600px;
	color: #7d7d7d;
	font-size: 25px;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 30px;
}

#placeholder_text_top {
	font-size: 16px;
}

#errordetails_hu, #placeholder_text_bottom {
	width: 600px;
	color: #7d7d7d;
	font-size: 35px;
	padding-top: 50px;
	text-align: center;
}

#placeholder_text_bottom {
	padding-bottom: 23px;
}


#footer {
	width: 600px;
	padding-top: 20px;
	text-align:center;
	border-top: 1px dotted #00607f;
}
body {
	background-image: url(background.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}