body {
  background: #000;
  margin: 50px auto;
  padding: 20px;
  font-family:"Helvetica Neue", Helvetica, sans-serif;
  
}
#Container {
  margin: 0 auto;
  width: 858px;
}
#Container #Left {
width: 497px;
float: left;
}

#Container #Left .Logo {
  margin-top: 80px
}
#Container #Right {
width: 351px;
margin-left: 10px;
margin-top: 0px;
float: left;
}
#Left .social a {
 float: left;
}
#Left .tickets {
  font-weight: 200;
  font-size: 24px;
  color: #e0e0e0;
  font-family:"Helvetica Neue", Helvetica, sans-serif;
  padding: 30px 0 30px 0
}
#Left .tickets a {
  font-family:"Helvetica Neue", Helvetica, sans-serif;
  color: #c50270;
  font-weight: 200;
  text-decoration: none;
}
#Left .tickets a:hover {
  color: #e90083;
}
#Left a:hover {
  opacity: .5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);
}