body {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 15%;
	background: #edeee8;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 2em 5em 1em 8em;
	text-align: center;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;	
}

.title {
	font-size: 30px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 2px 0px #fff;
	color: #4b4b4b;
}

.cleaner {
	clear: both;
}

.yellow-button {
	display:block;
	width: 201px;
	height: 46px;
	padding: 21px 0 0 0;
	background: url('images/yellow-button.png') top left no-repeat;
	margin-bottom: 2em;
	margin-right: 2em;
	float: left;
}

	.yellow-button:hover {
		background-position: center left;
	}
	
	.yellow-button:active {
		background-position: bottom left;
		padding-top: 22px;
	}

.green-button {
	display:block;
	width: 201px;
	height: 46px;
	padding: 21px 0 0 0;
	background: url('images/green-button.png') top left no-repeat;
	margin-bottom: 2em;
	margin-right: 2em;
	float: left;
}

	.green-button:hover {
		background-position: center left;
	}
	
	.green-button:active {
		background-position: bottom left;
		padding-top: 22px;
	}

.blue-button {
	display:block;
	width: 201px;
	height: 46px;
	padding: 21px 0 0 0;
	background: url('images/blue-button.png') top left no-repeat;
	margin-bottom: 2em;
	float: left;
}

	.blue-button:hover {
		background-position: center left;
	}
	
	.blue-button:active {
		background-position: bottom left;
		padding-top: 22px;
	}

a, a:visited, a:hover {
	color: #4b4b4b;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
}
