@font-face {
	font-family: 'Uni Sans';
	src: url(fnt/unisans-heavy.otf);
	font-weight: bold;
	font-weight: 600;
}
@font-face {
	font-family: 'Wii';
	src: url(fnt/wiifont.ttf);
	font-weight: 600;
}
* {
	margin: 0;
	cursor: url('img/wii-cursor.png'), default;
	padding: 0;
}
body {
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center 0%;  
	color: #FFF;
	text-decoration: none;
	font-family: 'Uni Sans';
	font-weight: 300;
	font-size: 25pt;
	cursor: url('img/wii-cursor.png'), default;
}
a {
	color: #FFF;
	text-decoration: none;
	    text-shadow:0px 0px 7px black;
	cursor: url('img/wii-cursor.png'), default;
}

#fadeout
{
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,1);
    animation-name: fadeIn;
	animation-fill-mode: forwards;
    animation-duration: 1s;
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
 #loader {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 196px;
   height: 196px;
   margin-top: -98px; /* Half the height */
   margin-left: -98px; /* Half the width */
 }
 #backbutton {
	width: 128px;
	line-height: 128px;
	display: block;
	margin: 0px;
	text-align: center;
	cursor: url('img/wii-cursor.png'), default;
	 position: fixed;
	 transform: scale(0.9);
left: 0;
bottom: 0;
background-image: url("img/back.png");
 }
 
  #backbuttonStatic {
	width: 128px;
	line-height: 128px;
	display: block;
	margin: 0px;
	text-align: center;
	cursor: url('img/wii-cursor.png'), default;
	 position: fixed;
	 transform: scale(0.9);
left: 0;
bottom: 0;
background-image: url("img/back.png");
    animation-name: fadeOut;
	animation-fill-mode: forwards;
    animation-duration: 1s;
 }
 
.menu {
	display: none;
	width: 850px;
	overflow: hidden;
	margin: 10px auto;
	    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
	cursor: url('img/wii-cursor.png'), default;
}
.menu a {
	width: 400px;
	line-height: 468px;
	display: block;
	margin: 4px;
	text-align: center;
	float:left;
	cursor: url('img/wii-cursor.png'), default;
}

#bar {	display: none;}

.bar {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	cursor: url('img/wii-cursor.png'), default;
	border-radius: 5px;
	line-height: 64px;
	display: block;
	margin: 0px;
	text-align: center;
	float:right;
	color: #72b7da;
	text-decoration: none;
	text-shadow:0px 0px 7px white;
	background-image: url("img/newsbar.png")
}

@keyframes sendHover {
    0% {background-image: url('img/wumpSend.png');}
	100% {background-image: url('img/wumpSendH.png');  transform: scale(1.06);}
}

@keyframes viewHover {
    0% {background-image: url('img/wumpView.png');}
	100% {background-image: url('img/wumpViewH.png');  transform: scale(1.06);}
}

@keyframes hover {
    0% {transform: scale(0.9);}
	100% {transform: scale(1.0);}
}

.send:hover {
    animation-name: sendHover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
.view:hover {
    animation-name: viewHover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
#backbutton:hover {
    animation-name: hover;
	animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
.send { background-image: url("img/wumpSend.png") }
.view { background-image: url("img/wumpView.png") }
.sendStatic { background-image: url("img/wumpSend.png") }
.viewStatic { background-image: url("img/wumpView.png") }
.infotext {
	font-family: 'Wii';
	color: black;
	font-size: 10px;
}

.text-y {
background-color: #626e9b;
 border: 5px solid #626e9b;
border-radius: 5px;
 color: #dbd761; 
}
.text-g { 
background-color: #626e9b;
 border: 5px solid #626e9b;
border-radius: 5px;
color: #a3eb61; }