Código HTML:
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <b:include data='blog' name='all-head-content'/> <title><data:blog.pageTitle/></title> <b:skin><![CDATA[/* body { position: absolute; margin: 0; text-align: center; } #contenedor { width:960px; text-align: center;} ]]></b:skin> </head> <body> <div id="contenedor "> Contenido</div> <b:section id='main' showaddelement='yes'/> </body> </html>