    <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: 60px;
	    padding-left: 15px;
            background-image: url('BackBlueGrad.gif');
            z-index: 1;
        }
        #content {
            margin-top: 45px;
            margin-left: 225px;
        }
    </style>
