body {
    background-color: #326696; /* rgba(50,10,150,0.2); */
    margin: 0px;
    overflow: hidden;
    font-family:Monospace;
    font-size:24px;
    text-align:center;
    font-weight: bold;
    text-align:center;
}

a {
    color:#0078ff;
}

.info {
    position: absolute;
    top: 50px; left:50px;
    margin: 0px auto;
}
.info p {
    font-size: 18px;
}

.covers {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 600px;
  max-height: 480px;
  /*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";     
filter: alpha(opacity=50);  
-moz-opacity: 0.5;         
-khtml-opacity: 0.5;       
opacity: 0.5;               
*/
}
