.bg {
   width: 100%;
   position: absolute;
   top: 0; 
   left: 0; 
   z-index: 5000;
}

.content {
   background: url("images/transpBlack.png") repeat scroll 0 0 transparent;
   color: white;
   font-size: 18px;
   left: 0;
   padding: 20px 0;
   position: relative;
   text-align: center;
   top: 50px;
   width: 100%;
   z-index: 6000;
}

A:link {color: white; text-decoration: none}
A:visited {color: #33ffff; text-decoration: none}
A:active {text-decoration: none}
A:hover {color: #33aaff; text-decoration: underline;}

body {
   overflow: hidden;
   font-family: verdana, arial;
}

