body#error404 {
	background-color: #71188C;
}

body#error404 #header {
	background: transparent url(../images/backgrounds/bg_header_menu_item.jpg) no-repeat center top;
}

body#error404 #contentFooter {
	background: transparent url(../images/backgrounds/bg_content_footer_menu_item.jpg) no-repeat center top;
}

body#error404 #headerShadow {
	background:transparent url(../images/backgrounds/bg_content_header_shadow.png) no-repeat scroll center top;
}

body#error404 #footerShadow {
	background:transparent url(../images/backgrounds/bg_content_footer_shadow.png) no-repeat scroll center top;
}

body#error404 #footer {
	height: 140px;
}

#contentWrapper404 {
	height: 509px;
}

#content404 {
	position: absolute;
	top: 125px;
	left: 340px;
}

#largeTBLogo {
	margin: 0 0 18px 25px;
	float: left;
}

#header_an_error {
	margin-bottom: 16px;
	clear: both;
	float: left;
}

#errorMessage404 {
	color: #fcfafd;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 4px;
	width: 280px;
	clear: both;
	float: left;
}

#errorMessage404 a,
#errorMessage404 a:link {
	color: #fcfafd;
	text-decoration: underline;
}