@charset "iso-8859-1";
/* CSS Document */

#container	{
	width:100%;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image:url(../images/bg3.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}


