h1 { font-family: 'Droid Sans Mono'; font-weight: 400; }
p { font-family: 'Droid Sans Mono'; font-weight: 400; }

body {
	margin: 0;
}

#content h1#title {
	line-height: 35px;
	text-align: center;
}

#meeseeks {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
	border: 15px solid;
	box-sizing: border-box;
	display: block;
	margin: auto;
	max-width: 1500px;
	text-align: center;
	width: 100%;
}