body
{
	margin:0px;
	
}
div#msg
{
    width:300px;
    height:150px;
  	position:absolute;
    top:80%;
    left:80%;
    margin: -75px 0 0 -150px;
    text-align:center;
	z-index:1;

}
div#fundo
{
	width:100%;
	height:100%;
	z-index:0;
}
div#reformulacao
{
	width:450px;
    height:53px;
  	position:absolute;
    top:45%;
    left:52%;
    margin: -27px 0 0 -225px;
    text-align:center;
	z-index:1;
}