@charset "utf-8";
/* CSS Document */

body {
	font-family:"Century Ghotic";
	font-size: 16px;
	color:#000;
}

#geral_home {
	width:1080px;
	height:1920px;
	background:url(../imagens/imagem.jpg);
	margin:auto;
	position:relative;
	
}