body
    {
	overflow: auto;
    }
  div#fixedbox
    {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
    width: 100%;
    height: 217px;
	z-index: 10;
	padding:0;
	margin:0;
	overflow: visible;
    }
  div#lollery
    {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 241px;
	background-image:url(images/bush_hover.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index: 10;
	}
  div#content
    {
	margin:0;
    padding: 0;
    }

@media screen
  {
  body>div#fixedbox
    {
    position: fixed;
    }
  }
