
#footer{
	background:#F0F0F0;
	padding:10px;
	border:#999 dotted 1px;
}

.button
	{
		display: inline-block;
		padding: 1em 2em 1em 2em;
		letter-spacing: 0.10em;
		margin-top: 1em;
		padding: 1.50em 4em;
		background: #f3cc2f;
		border-radius: 6px;
		text-decoration: none;
		font-weight: 800;
		font-size: 0.8em;
		color: #000000;
	}
	
	.button-alt
	{
		padding: 1em 2em;
		border-color: rgba(0,0,0,.8);
	}