#backer {
	clear:both;
	position:relative;
	margin-top:20px;
	width:920px;
	height:500px;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#cae2e6;
	margin-bottom:20px;
}
#inner {
	clear:both;
	width:898px;
	height:325px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(/lost.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.topwrap {
	display:inline;
	width:898px;
}
.ribbon {
	position:relative;
	float:left;
	margin-left:100px;
	margin-top:-5px;
}
.alerttext {
	float:left;
	font-size:50px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#496e89;
	text-shadow:1px 1px #000000;
	margin-top:30px;
	margin-left:10px;
	letter-spacing:-2px;
}
.notfound {
	font-size:20px;
	color:#000000;
	font-family: 'Roboto Condensed', sans-serif;
	
	padding-top:15px;
	margin-left:90px;
}
a,
a:active,
a:visited,
a:link {
	text-decoration:none;
}
.homebutton {
	background-color:#900;
	color:#FFFFFF;
	height:26px;
	font-weight:bold;
	padding:5px 0 5px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius:5px;
	width:80px;
	margin-left:90px;
	box-shadow:2px 2px 2px #888;
}
.homebutton:hover {
	text-decoration:underline;
}
#toplogo {
	width:254px;
	height:60px;
	background-image:url(/ce_logo.jpg);
	float:left;
}
.footer-container {
	clear:both;
	width:100%;
	background-image: url(/CX_Footer_Bkg.jpg);
	background-repeat:repeat-x;
	height:145px;
	margin:0px;
	text-align:left;
	font-size:11px;
	line-height:15px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer-container .content-width {
	padding-top:20px;
	height:130px;
}
.footer-container .content-width .links {
	float:left;
	padding:15px 0px 0px 8px;
	border-left:1px solid #777777;
	height:110px;
	color:White;
	font-size:12px;
	line-height:1.5em;
}
.footer-container .content-width .links a {
	color:White;
	font-size:11px;
}
.footer-container .content-width .contact-info {
	color: #d9d9d9;
}
.links-1 {
	width:88px;
}
.links-2 {
	width:65px;
}
.links-3 {
	width:273px;
}
.content-width {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}