
#buttonContainer {
	padding-top: 5px;
	display: block;
	width: 100px;
}
#specs {
	/*margin-top: -180px;*/
	margin-top: -120px;
	margin-left: auto;
	width: 850px;
	height: 100px;
}
#footer {
	margin-top: 325px;
}

.selection:NOT(:first-child) {
	margin-top: 60px;
}
	.selection img {
		float: left;
	}
	.selection h2 {
		font-size: 175%;
		font-weight: normal;
	}
	.selection .description {
		font-size: 150%;
		display: block;
	}
	.selection .description a {
		color: #5BB9D9;
		text-decoration: none;
	}
	.selection .description a:hover {
		text-decoration: underline;
	}
.button {
	font-size: 145%;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
	padding: 15px;
	background-color: #4BB4FA;
	width: 100px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
}
.button:first-child {
	margin-top: 0;
}
