﻿        *
        {
            padding: 0;
            margin: 0;
        }
        body
        {
            background-image: url(text.txt); /* for IE6 */
            background-attachment: fixed;
        }
        #bottomNav
        {
            z-index: 999;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            _position: absolute; /* for IE6 */
            _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
            overflow: visible;
        }
#bottomNav div
{
	float: right;
}
     
       .bbmax
        {
            background-image: url('/images/bbmax.jpg' );
            height: 250px;
        }
        .bbmin
        {
            background-image: url('/images/bbmin.jpg' );
            height: 35px;
        }