body {
margin: 0;
padding: 0;
background: #000000;
}

#container {
margin-top: 200px;
width: 100%;
height: 200px;
text-align: center;
}

.logo {
margin: 0 auto;
width: 200px;
height: 125px;
}

#links {
position: absolute;
padding: 10px;
bottom: 0;
right: 0;
width: 400px;
font-family: Verdana, sans-serif;
font-size: 67%;
color: #000000;
text-align: right;
background: #000000;
}

#links a {
border: 0;
color: #000000;
text-decoration: none;
margin-right: 3px;
}

#links img a:hover {
border: 0;
color: #000000;
text-decoration: none;
margin-right: 3px;
}