@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------    
[Master Stylesheet]
Proyecto: Sitio Web Restaurante Parrilla Leonesa
Version: 2.0
Ultimo Cambio: 19 - Julio - 2009
Diseño: Armando Rosas M.
Desarrollo: Clickevn
CSS: Armando R. M. armando.rmacias@gmail.com armando@clickevn.com.mx
---------------------------------------------------------- */

body {
	background-color: #140D07;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

#contenido{
	width: 1024px;
	height: 768px;
	margin: auto;
	margin-top: -8px;
	*margin-top: -15px;
}
