@charset "UTF-8";

 #container {
width:400px;
height: 300px;
margin: 0 auto;
position: absolute;
top:30%;
bottom: 50%;
left:0px;
right:0px;
background-color: #000;
} 

.info {
position:fixed;
top:0px;
right: 0px;
font-family: Helvetica;
font-size:18px;
}

.info a {
color:#fff;
text-decoration: none;
}

.info a:hover {
font-style: italic;
}