* {  
    padding: 0; margin: 0;  
}  

body
{
	background : #e4e4e4 url('bg_global.png') no-repeat scroll center center ;
	zoom : 1 ;
}

body,
html
{
	height : 100% ;
	padding : 0 ;
	margin : 0 ;
}

.left {
	min-height : 100% ;
	padding : 0 ;
	margin : 0 ;
	background : transparent url('left.png') no-repeat scroll left top ;
	position : absolute ;
	width : 100%;
	zoom : 1 ;
}

.right {  
	position : absolute ;
	background : transparent url('right.png') no-repeat scroll right bottom ;
	min-height: 100% ;
	padding : 0 ;
	margin : 0 ;
	width : 100%;
	zoom : 1 ;
}

* html .right , * html .left, *html .text {  
     height: 100%;  
}

.text {
	min-height : 100% ;
	margin-left : 50% ;
	width : 422px ;
	padding-right : 50px ;
	position : absolute ;
}

p{ margin : 0 ; padding : 10px 0 ; text-align : left ; text-align : justify ; font-style : italic ; font-size : 17px ;}
p.logo{ text-align : center ; padding-top : 30px ;}
p.last{ padding-bottom : 30px ; }

.clear { clear : both ; }