* html #belowBanner {
	height: 700px;
	position: relative;
}
* html #application_banner {
   float: right;
   margin-left: 0px;
   margin-right: 0px;
   padding: 0px;
   width: 100%;
}

#content {
	position: absolute;
}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#sideBarStyle ul {
	list-style: none;
	margin: 50px 0px 5px 10px;
	postion: absolute;
}

