.baby_seal{width:576px;height:204px;margin-left:-18px;bottom:0;margin-top:500px;position:absolute;background:url(/irvinechamber/images/beach_seal.jpg);}


div#center_column{
		width:539px;
		margin:0 0 0 197px;
		background:url(/irvinechamber/images/bkg_column_center_beach.png) top center no-repeat;
		min-height:908px;
		background-color:#7db0e0;
		padding:0px 20px 0 20px;
		/*vertical-align:top;*/
		height:1100px !important;
	}
		
* html div#center_column { 
   height: expression( this.scrollHeight < 908 ? "908px" : "auto" ); /* sets min-height for IE */
   min-height: 908px; /* sets min-height value for all standards-compliant browsers */
}
		
/*    Footer
----------------------------------------------- */
	div#end_columns{
		background-image:url(/irvinechamber/images/bottom_columns_beach.png);
		background-repeat:no-repeat;
		height:29px;
		width:1010px;
		margin-left:-5px;
		margin-top:-1px;
	}
