@charset "utf-8";
/* CSS Document */


* {margin:0}

html{
	background-image:url(../imagens/fundo.jpg);
	background-repeat:repeat-x;
	background-color:e3e3e3;
}

body{
	font-family:"Trebuchet MS", Verdana, Arial, Tahoma;
}

#geral{
	width:778px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
}

#logo{
	margin:140px 0px 0px 90px;
}

#email{
	margin:50px 0px 0px 202px;
}