* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	list-style: none;
}

body {
	text-align: center;
}

#contenido {
	width: 358px;
	height: 247px;
	margin: 80px auto 10px auto;
	text-align: left;
	background: transparent url(pantalla.gif) no-repeat top left;
}

#title1 {
	position: relative;
	display: block;
	top: 80px;
	left: 50px;
	color: #FFF;
	font-size: 42px;
	font-weight: bold;
}

#title2 {
	position: relative;
	display: block;
	top: 80px;
	left: 50px;
	color: #59A1C8;
	font-size: 32px;
	font-weight: bold;
}

#contenido p {
	position: relative;
	display: block;
	top: 86px;
	left: 50px;
	color: #ACACAC;
	font-size: 13px;
	font-weight: bold;
}