@font-face {font-family: daft;
src: url(daft.ttf);}
body{background-image: url("bg.png");color:#8055d1; font-family: 'daft';}
.container { width: 950px;  margin: 0 auto; }
.column {width: 300px; background-image: url("bg.gif"); height:500px;   overflow: scroll; padding: 5px;   animation: mymove 5s infinite; left: 300px; position: absolute}
  .glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 5px plum, 0 0 10px blueviolet;
  }
  to {
    box-shadow: 0 0 10px blueviolet, 0 0 20px plum;
  }
         }
         .the{ opacity: 10; position: absolute;}  
         .stage {z-index:1; right:105px; top: 60px;}
         .ad{margin:0px; height:100%;}
         .video{z-index:2;right:456px;top: 119px;}
         .mememe { float: right;  margin-right: 10px; background-image: url("bg.gif"); height:200px; width:400px; padding:10px; top:425px; left:500px;overflow: scroll; animation: mymove 5s infinite;}
         .cd {right:-250px; bottom:-250px;}
         h1 {
         text-shadow: -1px 0 #bbff00, 0 1px #bbff00, 1px 0 #bbff00, 0 -1px #bbff00;
         }
         p {
         text-shadow: -1px 0 #bbff00, 0 1px #bbff00, 1px 0 #bbff00, 0 -1px #bbff00;
         }
         body, html{
         margin:0px;
         height:100%;
         }
         .bck{position: absolute; top: 20px; right: 30px; z-index: 1;}
td {background-image: url("be.png"); padding: 3px;}         
a: link {text-decoration: none; color:#8055d1;}