/* CSS Document */
* { margin:0; padding:0;}
img { border:nonne;}
a { text-decoration:none;}
ul li { list-style:none;}
body { background:url(img/bg.jpg) no-repeat scroll 50% 50% #070707;}
html, body { height:100% }
#centerColumn { 
	width:309px; 
	min-height:100%; 
	background:url(img/contenido.png) no-repeat scroll 0 50% #FFF;
	margin:0 auto;
}