BODY {
	MARGIN: 0px
}
DIV.left {
	MARGIN: 0px; OVERFLOW: auto; POSITION: absolute
}
DIV.bottom {
	MARGIN: 0px; OVERFLOW: auto; POSITION: absolute
}
DIV.top {
	MARGIN: 0px; OVERFLOW: auto; POSITION: absolute;
}
DIV.left {
	HEIGHT: 100%; LEFT: 0px; TOP: 0px; WIDTH: 14em;
FONT-SIZE: 85%;
background: url("background.jpg"); 
}
DIV.left DIV {
	HEIGHT: auto; POSITION: static; WIDTH: auto;
}
DIV.bottom {
	BOTTOM: 0px; HEIGHT: 15%; LEFT: 10em; RIGHT: 0px
}
DIV.bottom DIV {
	HEIGHT: auto; LEFT: 0px; RIGHT: auto
}
DIV.top {
	HEIGHT: 100%; LEFT: 12em; RIGHT: 0px; TOP: 0px
}
DIV.top DIV {
	HEIGHT: auto; LEFT: 0px; POSITION: static; RIGHT: auto
}

@media Screen    
{
bodydiv.left {
	POSITION: fixed
}
bodydiv.bottom {
	POSITION: fixed
}
bodydiv.top {
	POSITION: fixed
}

}
