body {
	margin:0;
	padding:0;
	background:#333333;
}
#topo {
	margin:0 auto;	
	padding: 50px;
	background:#666666;	
}
#tudo {
	width: 760px;
	margin:0 auto;
	position: relative;
}
#conteudo {
	background: url(../fundo.png)no-repeat;
	padding-bottom: 60px;
}
#final {
	background:#666666;	
	min-height: 100px;
	min-width: 100%;
	position: relative;
	bottom: 0px;
}
th{
	font: 35px "Calibri" , sans-serif;	
	color: #0084ff;
}
label{
	font:20px "Calibri" , sans-serif;
	color: #000000;
	}
input{
	font:13px "Calibri", sans-serif;	
	color: #000000;
	background: #fff;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 2px 2px
}
input:focus{
	color: #5577ae;
	background: #fff;
	border: 1px solid #000099;
}
select{
	font:13px "Calibri", sans-serif;	
	color: #000000;
	background: #fff;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 2px 2px
}
select:focus{
	color: #5577ae;
	background: #fff;
	border: 1px solid #000099;
}

