/*********************************
   popup.css for nintendo.ca - too much fun
   code by Arch (
   arch(AT)blastradius.com)
*********************************/

body, input, select, textarea, td, th {
   color: #999999;
   font-family: Verdana, "Lucida Grande", Arial, sans-serif;
   font-size: 10px;
   line-height: 14px;
   }
   
body {
   background-color: #2e2e2e;
   border: 0;
   margin: 0;
   padding: 0;
   text-align: center;
   }

a, area {
   outline: none;
   }
   
a:link, a:active, a:visited {
   color: #ffffff;
   } 
a:hover {
   color:#ee1b2d;
   text-decoration: underline;
   }

img {
   border: 0;
   }
   
img.block {
   display: block;
   }
   
#popupContainer {
   position: relative;
   background: url(../img/bg_popup.png) 0 0 no-repeat;
   width: 400px;
   height: 420px;
   }
#closeButton {
   position: absolute;
   top: 25px;
   left: 340px;
   }
#videoContainer {
   position: absolute;
   top: 128px;
   left: 40px;
   border: 1px solid #000000;
   z-index: 10;
   }

