* {
  margin: 0;
  padding: 0;    
}

p {
  font-family: "edo-1","edo-2",Verdana,sans-serif;
  font-size: 20px;
}

#centerbox {
  width: 600px;
  margin: 100px auto;
}

::selection {
  background-color: #247fab;
  color: white;
}

::-moz-selection {
  background-color: #247fab;
  color: white;
}

::-webkit-selection {
  background-color: #247fab;
  color: white;
}

a {
  text-decoration: none;
  color: #247fab;
}

.twitter {
  margin-top: 20px;
}

.twitter a {
  background-image: url(http://test.internerz.de/twitter.png);
  background-position: 0 7px;
  background-repeat: no-repeat;
  padding: 0 0 0 60px;
  font-size: 25px;
  display: block;
}

a:hover {
  text-decoration: underline;
}
