body {
	margin			: 0;
	padding			: 0;
	background-color: #AAAAAA;
}

.mainContainer {
	position		: relative;
	width			: 280px;
	
	height			: 360px;
	margin			: 5% auto;
}

#footer {
	position		:relative;
	width			: 60%;
	height			: 40px;
	margin			: 10px auto;
	font-size		: 32px;
	text-align		: center;
	text-shadow		:   0px 1px 9px rgba(76, 69, 67, 0.77);
}
