body 
{
	background-color: #212121;
		text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #717171;
	line-height: 20px;
}
#container,
#container_en
{
	position: absolute;
	width: 1920px;
	height: 1080px;
	left: 50%;
	top: 50%;
	margin-top: -540px;
	margin-left: -960px;
	background-repeat: no-repeat;
	z-index: 2;
}
#container
{
	background-image: url(Selinoearino_11_2025-2026_Desktop.jpg);
	background-size: 100%;
}
#container_en {
	background-image: url(Lunivernal_11_2025-2026_Desktop.jpg);
	background-size: 100%;
}
#edition {
	width: 120px;
	position: absolute;
	left: 350px;
	top: 440px;

}
#date {
	width: 110px;
	position: absolute;
	left: 1400px;
	top: 130px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2.5;
}
#analogclock {
	width: 140px;
	position: absolute;
	left: 890px;
	top: 470px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 20px;
	height: 140px;
}

#download {
	border: 1.5px solid #717171;
	border-radius: 7px;
	width: 110px;
	position: absolute;
	left: 1400px;
	top: 830px;
	letter-spacing: 0.05em;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}
#download a {
	color: #717171;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000000;
}