/**
* CSS
* 
*/
/*html {
    overflow: hidden;
}        */

body {
    height: 100%;
    overflow: auto;
}

#menu {
    float: left;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
	/*background-color: #fff;*/
}

#content {
    height: 100%;
    margin: 0 0 0 265px;
    top: 0;
}

/** html div#menu {
    width: 22%;
}*/

* html div#content {
    height: 100%;
    width: auto;
    overflow: auto;
    /*position: absolute;*/
    margin: 0 0 0 275px;
}
/** html div#content p, * html div#content ul {
	width: 450px;
}*/
* html div#content .book p {
	width: auto;
}


img.png {
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter =
		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src +
		"', sizingMethod='image')",
		this.src = "/path/to/transparent.gif"
	);
}
