#frame 
{
	border: 0pt solid green;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    z-index: 0;
}

#header
{
    position: relative;
	margin-top: 0px;
    margin-left: 0px;
	z-index: 1;
}

#body
{
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}

#body-fixed
{
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    height: 470px;
    z-index: 1;
}

#body-fixed-chamber-directory
{
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    height: 570px;
    z-index: 1;
}

#footer
{
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}
