body { background: #fff; }
#e404 { 
	background: url(/img/e404.png) 50% 50% no-repeat; 
	width: 850px; height: 435px; margin: 15% auto 0;
	position: relative; _top: 15%;
}
#logo { position: absolute; left: 224px; top: 24px; }
#menu { list-style: none; position: absolute; top: 260px; left: 167px; }
#menu li { margin: 0; padding: 0; float: left; width: 110px; text-align: center; }
#search { position: absolute; left: 410px; top: 255px; padding-top: 0; }

#err_text { padding: 120px 0 0 410px; width: 270px; color: #4c4c4c; }
#err_text h1 { font-size: 29px; font-family: Tahoma; font-weight: bold; color: #fafafb; padding-bottom: 5px; }

#err_text_ie { padding: 10px 0 0 410px; width: 320px; color: #4c4c4c; }
#err_text_ie h1 { font-size: 25px; font-family: Tahoma; font-weight: bold; padding-bottom: 15px; }

