#imageWrapper { position: relative; height: 620px; } /* height is for display purposes only */
#bottomImage { position: absolute; bottom: 0; margin-left: 44px; margin-bottom: 20px; }

div#dlweb_maincontainer{
    width: 911px;
    height: 620px;
    border: 0px solid #f26522;
    margin: 0px auto;
}

div#dlweb_leftcontainer{
	float: left;
    width: 220px;
    min-height: 580px;
    height: auto !important;
    height: 580px;
    border: 1px solid #98acbb;
	background: #ffffff;
	background-image: url(../images/left-bg.jpg);
	background-repeat: no-repeat;
    margin: 0px auto;
}

div#dlweb_rightcontainer{
	float: right;
    width: 682px;
    min-height: 620px;
    height: auto !important;
    height: 620px;
    border: 1px solid #98acbb;
	background: #ffffff;
    margin: 0px auto;
}