@charset "utf-8";
* { margin: 0; padding: 0; }
body, html {min-height: 100%;}

body {
	Height:100%;
    margin:0;
	padding:0;
	text-align:center;
	background-repeat: repeat-x;
	color: #344852;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center bottom;
	background-color: #FFF;
	background-image: url(../imagens/back-geral.gif);
	
		}

p {
	margin-bottom: 10px;
}
a {
	color: #4c6b59;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: #960;
}

