#nav {
	text-align: center;
	padding: 50px 0px 0px 0px;
}

.nav_link {
	width: 40px;
	height: 40px;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #0088FF44;
	padding: 20px 20px 10px 20px;
	text-align: center;
}

.nav_link img {
	width: auto;
	height: auto;
    max-height: 30px;
    max-width: 30px;
	vertical-align: middle;
}

#link_desc {
	line-height: 20px;
    padding-top: 20px;
    width: 40%;
    min-width: 650px;
    margin: 20px auto 40px auto;
    font-size: 30px;
    color: white;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #0055AA77;
}