body{
	background-image:url(../imagenes/backgr2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
}
#contenedor{
	width:586px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/backgr.jpg);
	background-repeat:no-repeat;
	height:700px;
}