body {
	background-image: url(images/fonik.gif);
	background-color: #FFE;
	background-repeat: no-repeat;
}

#uno {
	position:absolute;
	width:99px;
	z-index:1;
	left: 600px;
	top: 0;
	height: 28px;
}
#dos {
	position:absolute;
	width:133px;
	height:73px;
	z-index:2;
	left: 120px;
	top: 120px;
}
#tres {
	position:absolute;
	width:340px;
	height:229px;
	z-index:3;
	left: 120px;
	top: 240px;
}
#quatro {
	position:absolute;
	z-index:4;
	left: 600px;
	top: 600px;
	font-family: "Myriad Pro", "Trebuchet MS";
	font-size: 2em;
	color: #F8F04E;
}

