@import url("table.css");

body {text-align:justify; margin: 0 ; padding: 0; }

div#conteiner
	{position:absolute;
	border:0px 
	rgb(255,255,255);

	}
	
div#header
	{position: relative;
	width:1024px;
	heigth:76px;
	background-color:#cccc33;


	}
	
	
	
div#content
	{position:relative;
	height:430px;
	background-color: #ffffff;
	
	}
	
div#testo
	{position:relative;
	top:10px;
	left:230px;
	width:565px;
	height:335px;
	background-color: #e9e9e9;
	
	}
div#footer
	{position:relative;
	top:auto;
	width:648px;
	height:50px;
	background-color:#EFEFEF;
	
	}
	
	


	
	
	
