body {
	margin: 0px;
	height: 100%;
	font-family: "trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	background-color:#000;
	color:#FFF;
}


/*
-- Estrutura
*/


div#site {
	width:650px;
	margin:0 auto;
	text-align:left;
}

div#top {
	background-image:url(../images/top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:120px;
	}

div#titulo {
	position:absolute;
	top: 90px;
		}
		
div#corpo {
	top: 165px;
	padding: 5px;
		}		
		
.clear {
	clear: both;
}

a {
	text-decoration: none;
	color:#033;
	font-weight:bold;
}
