body {
  font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	background-color: black;
  color: white;
  margin: 0px;
  padding: 0px;
}
div { margin: 0; }

#bigsign {
	text-align: center;
}
#bigsign img {
  margin: 1em;
	border: 3px solid gray;
}
img {
  border: none;
}
#biglink {
  text-align: center;
  position: relative;
  color: #A7466A;
}
#biglink a {
  color: silver;
  font-weight: bold;
  text-decoration: none;
}
#biglink a:hover {
  color: white;
}
#railsday_badge {
  position: absolute;
  top: 0;
  right: 0;
}

ul#links {
  margin-top: 0;
  padding-top: 1em;
  text-align: center;
  color: gray;
}
ul#links li a {
  text-decoration: none;
}
ul#links li {
  display: inline;
}
ul#links li:before {
  content: ' | ';
}
ul#links li:first-child:before {
  content: '';
}

