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

body{margin:0; background-image:url(../img/fundo.png); background-repeat:repeat-x;}

#barra_verde{
		background-color:#99CC33;
		width:auto;	
		height:0px;
		margin-top:-20px;
	}
#topo{	

		width:940px;
		height:290px;
		margin:auto;
		
	}
#login{
		margin-top:-15; 
		margin-left:12;
		
	}
#banner{
		float:right;
		margin-top:-300px;
		margin-right:20px;
	}
