body {
	background: #00b0f0 url(/layout/_bordo.png) repeat-x top;
/*	background-color: #CCCCCC;*/
	text-align: center
}

#pagina {
	width: 770px;
	margin: 0 auto;	
	text-align: left
}

#outer {
width:770px;
height:30px;
background: transparent url(/layout/_top.gif) no-repeat top;
}

#content{
width:770px;
background: transparent url(/layout/_fascia.png) top repeat-y;
}

#content-in{
	margin:0 auto 0;
	text-align:left;
	width: 770px;
}
#footer{  
width:770px;
height:26px;
background: transparent url(/layout/_bottom.gif) bottom no-repeat; 
}

