body {
  margin: 0;
  background:  url('background-static.png') no-repeat;
  	font-family: 'Uni Sans';
	font-weight: 300;
	font-size: 25pt;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
 background: url('background-static.png') no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}
a {
	color: #FFF;
	text-decoration: none;
	    text-shadow:0px 0px 7px black;
	cursor: url('wii-cursor.png'), default;
}
* {
	margin: 0;
	cursor: url('wii-cursor.png'), default;
	padding: 0;
}
@font-face {
	font-family: 'Uni Sans';
	src: url(unisans-heavy.otf);
	font-weight: bold;
	font-weight: 600;
}



.menu {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.poll {
		height: 20%;
		width: 100%;
		border-radius: 5px;
		line-height: 64px;
		background: url('alertify/css/img/button-long.png') no-repeat;
		background-size: 100% 100%;
		background-repeat:   no-repeat;
		background-position: center 0%;  
		margin: 10px auto;
		overflow: hidden;
		display: block;
		transform: scale(0.9);
}
.poll-old {
		height: 20%;
		width: 100%;
		border-radius: 5px;
		line-height: 64px;
		background: url('alertify/css/img/button-long.png') no-repeat;
		background-size: 100% 100%;
		background-repeat:   no-repeat;
		background-position: center 0%;  
		margin: 10px auto;
		overflow: hidden;
		display: block;
		transform: scale(0.9);
		opacity: 0.5;
}

 #sendbutton {
	width: 128px;
	line-height: 89px;
	display: block;
	margin: 3px;
	text-align: center;
	cursor: url('wii-cursor.png'), default;
	 position: fixed;
	 transform: scale(0.9);
left: 0;
bottom: 0;
background-image: url("send.png");
 }
 
 #sendbutton:hover {
    animation-name: hover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

 #back {
	width: 128px;
	line-height: 128px;
	display: block;
	margin: 3px;
	text-align: center;
	cursor: url('wii-cursor.png'), default;
	 position: fixed;
	 transform: scale(0.9);
right: 0;
bottom: 0;
background-image: url("back.png");
 }
 
 #back:hover {
    animation-name: hover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

@keyframes hover {
    0% {transform: scale(0.9);}
	100% {transform: scale(1.0);}
}

.poll:hover {
    animation-name: hover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
.poll-old:hover {
    animation-name: hover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}