#container
{
    position: static;
	width: 100%;
}
#header
{
	visibility: hidden;
}
#tree
{
	visibility: hidden;
}
#content
{
    position: static;
	width: 100%;
}
#footer
{
    position: static;
	width: 100%;
}
