body {
	background: #0c455b url(../images/hh-stashboard-bg.png) top left repeat-x;
}
header {
	height: 100px;
}
#logo {
	float: left;
	height: 95px;
	margin: 15px 0 15px 15px;
	width: 105px;
}
#content {
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}
header h1 {
	width: 200px;
	font-size: 21px;
}
.button-container a {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(99%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 99%); /* W3C */
	border: 2px solid #fff;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	margin: 0 15px 0 20px;
	padding: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgb(30,87,153);
}
.button.pill {
	border-color: #3072b3;
	border-bottom-color: #2a65a0;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}