html	
{
	height:			100%;
	width:			100%;
}

body
{
	height: 				100%;
	width: 					100%;
	margin: 				0px;
	padding: 				0px;
	overflow-x: 			hidden;
	overflow-y: 			hidden;
	background-color: 		#0F1022;
}

.frame.main
{
	position: 				absolute;
	top:					0px;
	left:					0px;
	height:					100%;
	width:					100%;
	background-image:		url(../img/poster_muna_2024.jpg);
	background-repeat:		no-repeat;
	background-size:		contain;
	background-position:	center;
}

tag
{
	display:				block;
	position: 				absolute;
	height:					100px;
	width:					100px;
	background-repeat:		no-repeat;
	background-size:		contain;
}

tag#programm-website
{
	top:	30px;
	right:	50px;
	background-image:	url(../img/programm_website.png);
}
tag#programm-flyer
{
	top:	150px;
	right:	50px;
	background-image:	url(../img/programm_flyer.png);
}
