* {
  margin: 0;
  padding: 0;
}
html, body {
	font-family: Arial, Verdana, Sans-Serif;
	background: #1c1616;
	color: #fff;
}
#container {
  position: absolute;
  width: 510px;
  height: 250px;
  left: 50%;
  top: 42%;
  margin-left: -255px;
  margin-top: -125px;
  text-align: center;
}
#container img {
  margin-bottom: 20px;
  margin-right: -28px;
}
h1 {
  text-align: center;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}
h1 strong {
  display: block;
  font-size: 12px;
  color: #fff;
}
h1 span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}

a {
  color: #fff;
  display: block;
  margin-top: 40px;
}
a:hover {
  color: #ff0000;
}
