div.graph-fullpage {
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
}

div.graph-banner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 160px;
    height: 600px;
    z-index: 2;
}

div.graph-header {
	background-color: #ffffff;
    position: fixed !important; /* for FF etc. */
    position: absolute; /* for IE which ignores important */
    top: 0px;
    left: 0px;
    height: 160px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

div.graph-body {
    position: absolute;
    top: 160px;
    left: 0px;
    width: 100%;
    z-index: 0;
}

div.graph-content {
    padding-left: 160px;
}

div.graph-clear {
    clear: both;
}
