body {
	padding-top: 70px;
	padding-bottom: 30px;
	background-image: url(/assets/img/body.png);
}
body > .container {
	background-color: #fff;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
body > .container-fluid {
	background-color: #fff;
	padding: 20px;
	margin: 0px 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
.otherlink a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.otherlink a:hover,
.otherlink a:focus {
  color: #2a6496;
  text-decoration: underline;
  border-bottom: none;
}