body {
  margin: 0;
  background: #080808 url(../images/bg.jpg) 50% 0 no-repeat;
  font: 11px "Calibri", "Arial", sans-serif;
  text-align: center;
  color: #4b3e47;
}
#container {
  position: relative;  
  margin: 0 auto;
  width: 800px;
  height: 500px;
}
#download {
  top: 245px;
  right: 105px; 
}
#footer {
  top: 271px;
  right: 105px; 
  opacity:.50;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
}
#footer:hover {
  opacity:.99;
  filter:alpha(opacity=99);
  -moz-opacity:.99;
}
.button {
  position: absolute;
  z-index: 200; 
  padding: 0 12px 0 0;
  width: 135px;
  height: 21px;   
  line-height: 21px;
  text-align: right;
  background: url(../images/button.png) top left no-repeat;
  text-decoration: none;  
  outline: none;
  color: #601b48;
}
.button:hover {
  color: #d0a2c0;
}