html{margin:0;padding:0;text-align:center;/**/
/**/height: 100%;

}
body{
text-align:center;
background: #854a7a url(../images/back.png) repeat top center;/**/
margin:0;padding:0;
}
div.container
{position: relative;
min-height: 100%;
height: 100%;
line-height:100%;
background: transparent url(../images/middle.png) repeat-y bottom center;/**/
top:0;
margin: 0 auto;
text-align: left;
z-index:50;
/*border:1px solid red;*/
}
div#header,div#footer
{
clear:left;
z-index:5;
/*border:1px solid green;*/
}
div#header
{
background: transparent url(../images/header.png) no-repeat top center;/**/
height:50px;
z-index:70;/**/
}

* html div#content{margin-left:-10px;}
div#footer { 
margin: 0;
padding:0;
clear:both; position:relative; top:0;left:0;
/*border:1px solid blue;*/
height:80px;
background: transparent url(../images/footer.png) no-repeat top center;/**/
z-index:10;
}
.ftr{ position:relative;top:40px;margin-top:27px; margin-left:25px;clear:both;}
.ftr li{
border-right:1px solid #9f8f68;
margin:0;
padding:0;
float:left;
line-height:20px;
display: inline; /* correction for IE5 et IE5.5 */
} 
.ftr li a{ color:#9f8f68;padding-right:1px;padding-left:1px; padding-bottom:2px;font-size:7pt; line-height:12px;}
.ftr li a:hover{font-size:11px;}
html>body .ftr{top:0px;}
html>body #ftrspace{clear:both;}
html>body .ftr li a{padding-right:2px;padding-left:2px;}
