@charset "UTF-8";
/* CSS Document */

body {
	background:#000 url(bg.jpg) center no-repeat;
}
#logo {
	background-image: url(estrellatuoreja_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 300px;
	top: 25%;
	left: 50%;
	
}
.estrellatuoreja {
	position: absolute;
	right: 40%;
	bottom: 36%;
	background-image: url(img/2009/estrellatuoreja.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.facebook {
	position: absolute;
	right: 11%;
	bottom: 48%;
}
.flickr {
	position: absolute;
	right: 20%;
	bottom: 38%;
}
.delicious {
	position: absolute;
	right: 12%;
	bottom: 26%;
}
.twitter {
	position: absolute;
	right: 25%;
	bottom: 15%;
}
.youtube {
	position: absolute;
	right: 39%;
	bottom: 10%;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
