/* Add here all your CSS customizations */
@media (min-width: 1200px) {
	#footer .container {
		width: 1500px;
	}
}

html {
	height:100%
}

body {
	height:100%;
	min-height:100%;
}

.container {
	height:100%
}

.main {
	min-height: 100%;
	]