body {
	min-height: 100%;
	background-image: url('../bg.png');
	background-repeat: repeat;
	padding-top: 75px;
}

#graph, .selectize-control {
	margin-left: auto;
	margin-right: auto;
}

.whitebg {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

h1.ct {
	font-size: 30px;
	margin-top: 10px;
}

h2.subt {
	font-size: 25px;
}

.biz {
	width: 150px; height: 150px; border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.bizbox {
	width: 150px; height: 180px; text-align: center; float: left; margin-right: 10px; font-size: 14px; margin-bottom: 10px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1000px) {
	#graph {
}

@media(min-width:1200px){.whitebg{width:990px}}