body {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
h1{
	font-family: 'Damion', cursive;
	margin-bottom:0px;
	margin-top:10px;
	font-size: 40px;
	color: #222222;
}
a {
	color: #00B7FF;
}
.key {
	display: inline-block;
	color: #333;
	font: bold 12pt arial;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	background: #EFF0F2;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid whiteSmoke;
	-webkit-box-shadow: inset 0 0 25px #E8E8E8, 0 1px 0 #C3C3C3, 0 2px 0 #C9C9C9, 0 2px 3px #333;
	-moz-box-shadow: inset 0 0 25px #e8e8e8, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9, 0 2px 3px #333;
	box-shadow: inset 0 0 25px #E8E8E8, 0 1px 0 #C3C3C3, 0 2px 0 #C9C9C9, 0 2px 3px #333;
	text-shadow: 0px 1px 0px whiteSmoke;
	padding: 10px;
	min-width: 12px;
}
.attribution {
	color: black;
	text-decoration: none;
	text-align: right;
	float: right;
	font-size: 12px;
}
.icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("/img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.icon-volume-off {
	background-position: -360px -24px;
}
.icon-volume-up {
	background-position: -408px -24px;
}