body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #EBF0F3 url(../img/systemError/body_bg.png) repeat-x;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0;
	color: #575E64;
	font-size: 13px;
	padding: 0;
}

img {
	display: block;
	margin: 0 auto;
}

.back_url{
	margin-top:20px;
	margin-right: 50px;
}
.back_url a{
	float: right;
	margin-left:50px;
	cursor: pointer;
}

#wrapper {
	width: 850px;
	margin:100px auto;
	z-index: 1000;
}

#top_cap {
	width: 850px;
	height: 6px;
	background: url(../img/systemError/top_cap.png) no-repeat;
}

#container {
	width: 850px;
	padding: 20px 0px 0px 0px;
	background: url(../img/systemError/content_bg.png) repeat-y;
}

#bottom_cap {
	width: 850px;
	height: 6px;
	background: url(../img/systemError/bottom_cap.png) no-repeat;
}