main{
	background-color: #f2f2f2;
	
}
.MainContent{
	height: calc(100% - (50px + 90px));
}
footer{
	background-color: #A00B3D;
	height: 50;
}
.Copyright{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

#logo-img{
	background-image: url('../Images/logo.png');
	background-repeat: no-repeat;
	background-size: 90%;
	height: 70px;
	width: 50px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}
#logo-brand{
	background-image: url('../Images/Logo Letras.png');
	background-repeat: no-repeat;
	background-size: 90%;
	height: 55px;
	width: 230px;
	margin-left: 0px;
	margin-top: -10px;
	margin-right: 30px;
	margin-bottom: 0px;
}
#Site-Construction{
	width: 100%;
}