#content{ 
  position: absolute;
  width: 800px;
  height: 377px;
  overflow: hidden;
  z-index: 1;
  margin-left: 50px;
}


#content #text1{ 
  position: relative;
  width: 401px;
  height: 41px;
  z-index: 3;
  	filter: alpha(Opacity=0);
	opacity: 0;
}

#content #text2{ 
 	position: relative;
  	width: 354px;
  	height: 71px;
  	z-index: 3;
  	filter: alpha(Opacity=0);
	opacity: 0;
}

#content #line1, #content #line2, #content #line3, #content #line4, #content #line5 {
	position: absolute;
	z-index: 5;
	height:	5px;
	width: 416px;
	filter: alpha(Opacity=50);
	opacity: .5;
}

#content #toptop_cover, #content #topbtm_cover, #content #btmtop_cover, #content #btmbtm_cover {
	position: absolute;
	z-index: 5;
}

#top_text {
	position: absolute;
	height: 0px;
	width: 401px;
	overflow: hidden;
	z-index: 5;
}

#bottom_text {
	position: absolute;
	height: 0px;
	width: 352px;
	overflow: hidden;
	z-index: 5;
}

.footer_wrapper {
	position: relative;	
	text-align: center;
}

.vertical_spacer {
	width: 800px;
	height: 400px;
	position: relative;
}

.adbox1_hp {
	background-image:url(../img/bkg-adboxcorners-283x166.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	height:166px;
	margin-right:5px;
	text-align:center;
	vertical-align:middle;
	width:283px;
	z-index:1;
}

.adsRow_hp {
	margin-top:5px;
	width:900px;
	z-index:1;
}

.columnWrapper {
	width: 900px;
}


