main
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	font-family: Helvetica, Arial, sans-serif;
}

main #contactUs
{
	position: absolute;
	bottom: 35px;
	right: 0px;
	height: 40px;
	font-size: 40px;
	font-weight: 400;
	text-align: right;
}

main #contactUs #contactText
{
	color: rgb(157, 39, 40);
	text-decoration: none;
}

main #contactUs #contactTextHover
{
	display: none;
	margin-top: -5px;
	
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 100;
}