
html{height:100%;}
body{
    margin:0;
    padding:0;
    height: 2000px;
    overflow: hidden;
    background: -webkit-radial-gradient(circle, #102566, #415898);
  	font-family: 'Uni Sans';
	font-weight: 300;
	font-size: 25pt;
    color:#7289da;
	text-align: center;
}
#bgCanvas{
    width:100%;
    height:100%;
    z-index: -1;
    top:0;
    left:0;
    position: absolute;
}
@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;
}
a {
	background-image:    url(img/button.png);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center 0%;  
	color: #FFF;
	text-decoration: none;
	text-shadow:0px 0px 7px black;
	cursor: url('img/wii-cursor.png'), default;
	border-radius: 25px;
	width: 360px;
	height: 120px;
	line-height: 120px;
	display: inline-block;
	margin: 16px;
	text-align: center;
}
* {
	margin: 0;
	cursor: url('img/wii-cursor.png'), default;
	padding: 0;
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }

@keyframes hover {
    0% {transform: scale(0.9);}
	100% {transform: scale(1.0);}
}
#menu {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
	cursor: url('img/wii-cursor.png'), default;
	text-align: center;
}