html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: white url(../IMG/degradeFundo.jpg) repeat-x;
	font: 11px tahoma, verdana, sans-serif;
	//background-color: #58595b;
	background-color:#000000;
	color: #333333;
	padding: 0px;
	//text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1{	font-size:20px;	font-weight:bold; color:#990000; }
p{	font-family:Verdana; font-size:13px;	color:#333333; }
img {border:solid 2px #666666;}

a:link {text-decoration: none;	color:#4D4D4D}
a:visited {	text-decoration: none; color:#4D4D4D;}
a:hover {text-decoration: underline; color:#990000;}
a:active { text-decoration: none; }
 
  
#site{
	margin: auto;
	background: left center url(../IMG/siteTeste.jpg) no-repeat;
	width: 1000px;
	height:550px;
	text-align: center;
}










