body {
background: url(bg.png) center center repeat;
	margin-top: 0;
	margin-left: 0;
	font-family : Arial, verdana;
	text-align: center; /* hack para IE */
	font-size: 16px;
	}
#geral {
width:450px;
margin:0 auto;
text-align:left; /* correção dos efeitos de alinhamento de textos do hack para o IE */ 
}
.right	{
	text-align: right;
	font-weight : bold;
}