/* alternative css for Firefox, IE6, IE8, opera, safari - allows floating footer to work correctly */

#wrapper {  /* mainly for background image */
	min-height:100%;     /* without works on  IE7, IE6 */  /* with works on Firefox, IE6, IE8, opera, safari */
	height:auto !important;
	height:100%;
}




