@charset "utf-8";
* { margin: 0; padding: 0; }
html, body {
	height:100%;
	background-image: url(../imagens/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f4f3f3;
	background-attachment: fixed;
} 
body {
	margin:0;
	padding:0;
	color:#666;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}

p { margin-bottom: 10px; }
a {
	color: #666;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: #036;
}
