#SalaContent {
	width: 100%;
}
#helpContent {
	margin: auto;
	width:35%;
	background-color: #ffffffeb;
	margin-top: 10%;
	padding: 2em;
	border-radius: 0.4em;
	padding-bottom: 1em;
}
.hlink {
	font-family: helvetica;
	margin-top: 1em;
}

.aboutimage {
	background-position: 30% 80%;
}
#title {
	font-size: 1.2em;
	font-weight: 600;
}

#support {
	text-align: center;
	width: 48%;
	margin:auto;
	margin-top: 2em;
	background-color: #83b4b3;
	padding: 0.5em 0.3em;
	border-radius: 0.3em;
	border-width: 0.1em;
	border-style: solid;
	border-color: #83b4b3;
}
#support:hover {
	border-color: #FFCC00;
}
.hlink#support a {
	text-decoration: none;
	color: black;
}
.hlink a:hover {
	text-decoration: none;
}
.hlink a:visited {
	color: blue;
}

@media only screen and (max-width: 1000px) {
	.aboutimage {
		height: 100%;
	}
	#helpContent {
		width: 80%;
		margin-top: 10em;
	}
	
	
}