/*------------------------------------------------------------------------------------
      (C)2008 (X)HTML and CSS by Samuel Viani Bastos | www.samuelviani.com
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
  INDEX
------------------------------------------------------------------------------------*/   
#container {position: relative;}

/*------------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------------*/   
#footer {
	width: 100%;
	position: absolute;
	top: 675px;
	left: 0;
	_left: 10px;	
	clear: both;
}
#footer p {
	font-size: 90%;
	color: #FFF;
	text-align: left;
}	
#footer a {color: #FFF;}
#footer a:hover {color: #000;}	
