#container {
   background:white url('/images/stopsearching/backmid.gif') repeat-y;
   width:800px;
   border:none;
   margin-top: 25px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#content {

   text-align:left;
   width:600px;
   margin-left: auto;
   margin-right: auto;
}

#contentTop, #contentBottom {
   width:800px; height:45px;
   margin:0;
}

#contentTop {
   background:white url('/images/stopsearching/backtop.gif') no-repeat;
}

#contentBottom {
   background:white url('/images/stopsearching/backbottom.gif') no-repeat;
}


/* @group Footer Styling */
#footer-stopsearching {
	height: 50px;
	margin-top: 25px;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	clear: both;
}

#footer-inner-stopsearching p {
	margin: 0 auto;
	font-size: 10px;
	width: 400px;
	text-align: center;
	color: #666;
	line-height: 18px;
}

#footer-inner-stopsearching p a {
	color: #359ace;
	font-size: 10px;
	font-weight: bold;
}

/* @end Footer Styling */