@charset "iso-8859-1";
/* CSS Document */


body {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#content{
	padding:0px;
	height:600px;
	width:800px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat;
	background-image: url(../imagenes/content.png);
}
	

