.buttons {
  font-size: 24px;
}
.buttons a {
  color: inherit;
  text-decoration: none;
}
.buttons img {
  border: 0px;
}
.buttons#content {
  width: 640px;
  margin: 0 auto 100px auto;
}
.buttons #title {
  position: absolute;
  top: 100px;
  text-align: center;
  font-size: 40px;
}
.buttons .manual-shadow {
  position: absolute;
  width: 640px;
}
.buttons .css-shadow {
  text-shadow: #447 1px 1px 4px;
  width: 640px;
}
.buttons h2 {
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 0;
  text-align: center;
}
.buttons hr { 
  margin-top: 0; 
  margin-bottom: 5px;
}
.buttons table, .buttons tr, .buttons td {
  padding: 0;
  margin: 0;
  border: 0;
  border-spacing: 0;
  text-align: center;
  vertical-align: top;
}
.buttons .button {
  /*height: 128px;*/
  /*padding: 6px 6px 8px 8px;*/
  /*margin: 20px 35px 5px 34px;*/      
  width: 213px;
  font-size: 75%;
}
.buttons .button img {
  width: 128px;
  height: 128px;
  padding: 0px 2px 3px 1px;
  margin: 20px 35px 5px 34px;
  background-image: url('/button.png');
  background-repeat: no-repeat;
}
.buttons .quad .button {
  width: 160px;
}
.buttons .quad .button img {
  margin: 20px 0px 5px 0px;
}
/*.buttons a:hover {
  background-color: inherit;
}*/
.buttons a {
	display: block;
	height: 210px;
}

.buttons table {
	/*margin: 0 auto;*/
}
.buttons table hr {
}
.buttons table.multiyear {
	border-spacing: 8px;
}
.screenshots {
  margin: 10px auto 10px auto;
  width: 640px;
}
