body.Ruin
{
  background-color: rgb(43, 43, 43);
  background-image: url('../res/background.png');
  background-repeat: repeat;
}

a.Ruin
{
  outline: none;
}

h1.Ruin
{
  color: rgb(128, 128, 128);
  text-align: center;
}

img.Ruin
{
  border: none;
  border-width: 0;
  padding: 5px;
  outline: none;
}

img.Ruin:visited
{
  border: none;
  border-width: 0;
}

div.Ruin
{
  font-family: sans-serif;
  font-style: none;
  font-weight: none;
  font-size: 14px;
  background-color: rgb(30, 30, 30);
  color: rgb(128, 128, 128);
  padding: 5px;
}

ul.Ruin
{
  list-style-type: none;
  border: none;
  border-width: 0;
  padding: 0px;
  outline: none;
}

object.Ruin
{
  padding: 5px;
}

#about_small
{
  width: 400px;
}

a#download_button
{
  background-image: url('../res/button-download.png');
  width: 192px;
  height: 48px;
  display: block;
  margin: 5px;
}

a#download_button:hover
{
  background-image: url('../res/button-download-highlight.png');
  width: 192px;
  height: 48px;
  display: block;
}

.Small
{
  text-size: 5px;
}

.FloatLeft
{
  float: left;
}

.FloatRight
{
  float: right;
}

.Centered
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ExtraPadding
{
  padding: 25px;
}
