body{
margin:0;
background:url(imagens/page_bg.jpg)
}

#principal{
	margin:auto;
	height:auto;
	width:897px;
}

#centro{
	height:auto;
	width:auto;
	z-index:1;
}

#c_esquerda{
height:auto;
width:auto;
float:left;
z-index:2;
}

#c_direita{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
height:485px;
width:auto;
float:right;
z-index:2;
}

#baixo{
	height:auto;
	width:auto;
}

.enviar {
	background:url(imagens/enviar_tim.jpg)top;
	height:39px;
	width:234px;
	display: block;
	font-size:15px;
	color:#FFF;
	border:none;
	cursor:pointer;
	}