address, body, div, dl, dd, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, p, ol, ul {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	color: #313131;
	font: 70% arial, sans-serif;
	min-width: 600px;
}
a {
	color: #0035ad;
}
a:hover {
	color: #0047c6;
}
a img {
	border: 0;
}
li {
	list-style: none;
}
.iepng a {
	position: relative;
}
#plate {
	background: #0543b4 url(/img/bg_plate.png) 0 0 repeat-x;
	height: 198px;
	left: 50%;
	margin: -99px 0 0 -179px;
	position: absolute;
	top: 50%;
	width: 358px;
}
#plate .error_num {
	background: url(/img/str_404.png) 50% 0 no-repeat;
	height: 53px;
	left: 0;
	position: absolute;
	top: 64px;
	width: 100%;
}
#plate .error_str {
	bottom: -20px;
	color: #fff;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#plate .logo {
	left: 0;
	position: absolute;
	top: -48px;
	z-index: 1;
}

