p {
	text-indent: 5px ;
	text-align: justify ;
	padding-left: 10px ;
	padding-right: 0px ;
	margin-top : 0;
}
.intro{
	margin-left: 87px ;
	font-style: italic ;
}
img {
	border: 0px;
}
<!--  -->
#lengas{
	position: fixed;
z-index: 4;
	right: 0px ;
	top: 10px ;
	width: 200px ;
	height:50px	;
/* patch for IE position:fixed; */
position: expression("absolute");
right: expression("0px");
top: expression(10 + document.body.scrollTop + this.offsetHeight - this.offsetHeight);
width: expression("50px");
height: expression("48px");
	text-align:right;
}
#cor {
	text-align: justify ;	
	margin-left: 200px;
	margin-right: 325px;
	padding-bottom: 100px ;
	padding-top: 130px ;
}
#dreita {
	position: fixed;
z-index: 3;
	right: 0 ;
	bottom: 100px ;
	width: 100px ;
	height: 538px ;
/* patch for IE position:fixed; */
position: expression("absolute");
right: expression("0px");
top : expression(130 + document.body.scrollTop + this.offsetHeight - this.offsetHeight);
width: expression("100px");
height: expression("538px");
	background: url('../img/col-dre.png');
	background-repeat:no-repeat;
	background-position:bottom;
	text-align: center ;
	margin: 0 auto;
}
#pe {
	position: fixed;
z-index: 3;
	bottom: 0 ;
	height: 100px ;
	width: 100% ;
/* patch for IE position:fixed; */
position: expression("absolute");
top : expression(668 + document.body.scrollTop + this.offsetHeight - this.offsetHeight);
width: expression("100%");
height: expression("100px")
	padding: 0px ;
	margin: 0 auto;
}
#manca-pe {
	position: absolute;
	left: 0 ;
	width: 200px ;
	text-align: center ;
	padding: 0px ;
}
#centre-pe {
	text-align: right ;
	margin-right: 100px ;
}
#dreita-pe {
	position: absolute;
	right: 0 ;
	width: 100px ;
	text-align: center ;
	margin: 0 auto;
	background: url('img/canton-bas.png');
}
<!--  -->
#tornar{
	float:right;
	width:75px;
	height:43px;
	background: url('../img/b_tornar-trans.png');
}
#tornar:hover{
	background: url('../img/b_tornar-plen.png');
}