﻿/* ------------------------------------------ 404 Error! */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.body-left{
	background: url(../Images/bg_left.png) repeat-y 0 0;
	width: 67px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
}
.body-top{
	background: url(../Images/bg_top.png) repeat-x 0 0;
	height: 67px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.body-right{
	background: url(../Images/bg_right.png) repeat-y 0 0;
	width: 67px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
}
.body-bottom{
	background: url(../Images/bg_bottom.png) repeat-x 0 0;
	height: 67px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.error{
	margin: 0 auto;
	width: 600px;
	height: 100%;
}
.error a{
	color: #b90000
}
.error a:visited{
	color: #ce0000
}
.error a:hover{
	color: #f00000
}
.errorInner{
	background: url(../Images/404.gif) no-repeat center 0;
	height: 117px;
	width: 600px;
	padding: 200px 0 0 0;
	margin: -133px 0 0;
	position: absolute;
	top: 50%;
	font-family: Tahoma;
	font-size: 12px;
	color: #393939;
}
.error h3{
	font: bold 16px Tahoma;
}
/* ------------------------ The End :) */