body{
   background:url(../images/bg5.jpg) repeat-x;
}
#contenedor{
    position:relative;;
    width:800px;
	height:100%;
    margin:auto;
}
#centro{
    background-color:#FFFFFF;
    width: 780px;
	height:100%;
    margin-left: 0px;
    margin-right: 0px;
}
#izquierda {
 width: 10px;
 height:360px;
 position:absolute;
 background:url(../images/bg9.jpg);
 top:380px;
 left:0px;
}
#derecha {
 width:10px;
 height:360px;
 position:absolute;
 background:url(../images/bg8.jpg); 
 top:380px;
 right:0px;
}
#pie{ 
    text-align:center; 
    clear: both; 
} 


