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

body {
	background-color: #000;
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-align: left;
}
#wrap {
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 39px;
	background-position: top;
	
}
a{ outline:none}
.Fonte_Titulo{
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}

