<style type="text/css">
	body {
	    height: 100%;
	}
        #header {
            position: fixed !important;
            position: absolute; /* IE6 reads this */
            height: 45px;
            width: 100%;
            top: 0;
            left: 0;
            background-image: url('yellow.jpg');
            z-index: 2;
        }
        #navigation {
            position: fixed !important;
            position: absolute; /* IE6 reads this */
            height: 100%;
            width: 210px;
            top: 0;
            left: 0;
            padding-top: 55px;
	    padding-left: 10px;
	    padding-right: 10px;
            background-image: url('back4.gif');
            z-index: 1;
        }
        #content {
            margin-top: 45px;
            margin-left: 225px;
	    padding-top: 15px;
	    padding-left: 15px;
	    background-image: url('back1.gif');
	    list-style-position: inside
        }
</style>
