







/**   RESET   **/

a { text-decoration:none; outline: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
table{ border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style:inherit; font-weight:inherit; }
del,ins { text-decoration:none; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; } 
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:baseline; } 
sub { vertical-align:baseline; }
legend { color:#000; }
input,button,textarea,select,optgroup,option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
input,button,textarea,select { font-size:100%; }
strong { font-weight: bold; }
.alignleft { float: left; clear: both; }
.alignright { float: right; }
em { font-style: italic; }
br.clear { display: block; clear: both; height: 1px; overflow: hidden; }
a { outline: 0; }
sup { font-size: 7px; vertical-align: top; }






html, body {
  overflow: hidden;
  min-width: 800px;
  min-height: 600px;
}

body {
  background: #000;
  color: #000;
}



#player {
  z-index: 1; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  overflow: hidden;
  min-width: 800px;
  min-height: 600px;
}

#overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  overflow: hidden;
}

#overlay a {
  display: block;
  width: 100%; 
  height: 100%; 
  overflow: hidden;
  background: url(./wi-logo.png) no-repeat right bottom;
}