@charset "utf-8";

BODY {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

#georgie {
	background-image: url(img/georgie.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
	width: 900px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

#texto {
	display:table-cell; 
	vertical-align:middle;
}


#bocadillo {
	text-align: center;
	position: relative;
	display:table;
	left: 103px;
	top: 68px;
	width: 305px;
	height: 127px;
	overflow: hidden;
	font-size: 14px;
}

#about {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

