@charset "ISO-8859-1";
body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	margin: 10px;
	background-color: #eee;
}
div#content {
	width:960px;
	margin:0 auto;
}
