body {
	background: white;
	text-align: center;
}

.clear {
	clear: both;
}

#error-404,#error {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	background: white url('images/background.png') no-repeat scroll center center;
}

#error-404 .labels {
	text-align: right;
	padding: 300px 370px 0 0;
	width: 450px;
	float: right;
}

#error-404 .labels .top {
	color: #e49711;
	font-family: tahoma;
	border-bottom: 1px dashed black;
	padding-bottom: 5px;
}

#error-404 .labels .bottom a,#error-404 a,#footer a {
	color: #48717b;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}

#error-404 .copy {
	padding-top: 170px;
}

#footer {
	font-size: 10px;
	font-family: tahoma;
}