#main {
	text-align: left;
	padding: 160px 0 1% 1%;
	width: 98%;
}

#main .header {
	text-align: center;
}

#main .header span {
	color: #f8574f;
}

#main .content {
	margin: 80px 0 60px 0;
	text-align: center;
}

#main .content a {
	text-align: center;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #767995;
	width: 140px;
	border: 1px solid #828282;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	margin: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#main .content a:hover {
	color: #ffffff;
	background: #041c3d;
}
