#container {
	width:50%;
	text-align: center;
	margin: 10px auto;
}

#left {
	float:left;
}

#center {
	padding-top: 150px;
	margin: 0 auto;
}

#right {
	float:right;
}	

a:link, a:visited {
	text-decoration: none;
	color: #262161;
}

a:hover, a:active {
	text-decoration: underline;
	color: #2e358f;
}

@media screen and (max-width:767px)
{
	#container {
		width:100%;
		text-align: center;
	}
	
	.fit {
		width: 100%;
	}
	
	#center {
		padding-top: 150px;
		margin: 10 auto;
	}
}