.container {
	position:relative;
	background-image: url('../images/pixel75.png');
	top:150px;
	margin-left: auto;
  margin-right: auto;
	width:1254px;
	
	height:420px;
	z-index:5;
	padding:50px;
	padding-top:100px;
}

.user {
	float:left;
	width:240px;
	height:70px;
	line-height: 70px;
	background-image: url('../images/pixel50.png');
	text-align: center;
	margin:2px;
	font-size:20px;
}

.user2 {
	float:left;
	width:240px;
	height:70px;
	line-height: 70px;
	background-image: url('../images/pixel10.png');
	text-align: center;
	margin:2px;
	font-size:20px;
	color: #666666;
}

.uservoted {
	float:left;
	width:204px;
	height:70px;
	line-height: 70px;
	background-image: url('../images/pixel25.png');
	text-align: center;
	margin:2px;
	font-size:20px;
}


.user:hover{
	background-image: url('../images/pixel75.png');
}

.user2:hover{
	background-image: url('../images/pixel75.png');
	color: #BBBBBB;
}

a:link {
	font-family: HeadlineSmall;
	color: #BBBBBB;
}

a:visited {
	font-family: HeadlineSmall;
	color: #BBBBBB;
}

a:hover {
	font-family: HeadlineSmall;
	color: #BBBBBB;
}

a:active {
	font-family: HeadlineSmall;
	color: #BBBBBB;
}

html {
	background: url('../images/backgrounds/2023/background_begin.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
}

.pixel {
	background-image: url('../images/pixel.png');
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	z-index:2;
}

.titel {
	font-size:50px;
	color: #BBBBBB;
	position: relative;
	margin-left: auto;
  margin-right: auto;
	text-align: center;
	width:1044px;
	top:240px;
	z-index:10;
	font-family: Headline;
}



@font-face{
    font-family: "Headline";
    src: url('../images/headline.ttf');
}


@font-face{
    font-family: "HeadlineSmall";
    src: url('../images/headlinesmall.ttf');
}
