body div#content {
	background-image: url(/images/site/background-error.jpg);
	background-repeat: no-repeat;
	min-height: 740px;
	_height: 740px;
	position: relative;
}

#error_container a {
	text-decoration: none;
}

#error_container a:hover {
	text-decoration: none;
}

#error_container ul {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left: 15px;
}

#error_container h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

#error_container p {
	font-size: 11px;
	margin-bottom: 15px;
}

#error_container {
	position: absolute;
	top: 170px;
	left: 207px;
	width: 320px;
	font-size: 11px;
}

/* Content
******************************************/

#content a.ok {
	position: absolute;
	top: 300px;
	left: 198px;
	width: 350px;
	height: 120px;
	text-indent: -3000px;
}