.click_button {
	width: 245px;
	height: 75px;
	display: inline-block;
	position: absolute;
	border-radius: 10px;
	font-size: 2em;
}

.buttons {
	display: inline-block;
	height: 160px;
	width: 500px;
	position: relative;
}

.buttons2 {
	display: inline-block;
	height: 160px;
	width: 250px;
	position: relative;
}

.link {
	position: relative;
	height: 37px;
	display: block;
	top: 10px;
	line-height: 1;
}

.red {
	background-color: #DD3931;
	top: 0;
	left: 0;
}

.purple {
	background-color: #9764A3;
	top: 0;
	left: 255px;
}

.orange {
	background-color: #EC993B;
	top: 85px;
	left: 0;
}

.blue {
	background-color: #3478B7;
	top: 85px;
	left: 255px;
}

.green {
	background-color: #88BD41;
	left: 0;
}

.white-font {
	color: white;
}

.vertical_bar{
	position: relative;
	top: 50px;
	width: 5px;
	height: 250px;
	display: inline-block;
	background-color: white;
}