@charset "UTF-8";
/* CSS Document */

#downloadSection {
	text-align: center;
}
#downloadSection div {
	float: left;
	width: 123px;
}
#downloadSection .button:hover {
	color: #990000;
}