﻿div.main
{
    width: 1000px;
    margin: 0 auto;   /* ao magico aqui */  
    text-align: left;    /* arrumando a zona q o hack anterior  */  
    /*
    background-image: url('../images/back.jpg');
	*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
div.pnlPrint1
{
	text-align: right;
}
div.pnlEnglishVersion
{
	text-align: right;
}


span.highlight 
{
    text-decoration: none;
    color:black;
    background:yellow;
}