

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	font-family: georgia;
		background-image: url('images/pepito.png');
		}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	font-family: georgia;
	}
