/* Estilos basicos */

body {
	background-attachment: fixed;
	background-image: url(../images/bkg_main.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* Estilos capas */

#content {
	width: 875px;
	height: 575px;
	margin:0 auto 0 auto;
}

