BODY {
	margin: 0px; 
	height: 100%; 
}
.myMenu{
	position: fixed;
	left: 10px;
	top: 0px;
	width: 120px;
	height : 300px;

}
.myBody{
	position: static;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 0px;
}

HTML {
	position:static;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	left:0px;
	top:0px;
	width:778px;
        height:99%;
}
