@charset "utf-8";
/* CSS Document */

#geral	{
	width:750px;
	position:relative;
	text-align:left;
		}
		
#logo	{
		width:770px;
		height:138px;
		margin:0 0 0 0;
		position:absolute;
		}
		
#banner	{
		width:770px;
		height:138px;
		position:absolute;
		margin:0 0 0 0px;
		}
		
#menu	{
		width:200px;
		height:500px;						
		position:absolute;
		margin:138px 0 0 0;		
        }
       		
#cont	{
		width:570px;
		height:500px;
		position:absolute;
		margin:138px 0 0 200px;
		}
		
#cont_margem{
		width:570px;
		height:500px;
		margin:00px;		
		}
		
#end	{
		width:770px;
		height:70px;
		position:absolute;
		margin:638px 0 0 0px;
		}
#end_margem{
	    width:718px;
		height:30px;
		margin:10px;
       }
		
