/* FRAMEWORK
---------------------------------------------------------------*/
html, body {
	height: 100%;
}
* html #outer {
	height: 100%
}

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#container {
	min-height: 100%;
	overflow: auto;
}
#header {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #ec2426;
}
#menu {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
#main {
	text-align: center;
	overflow: auto;
}
#footer {
	position: relative;
	text-align: center;
	height: 40px;
	margin-top: -70px;
	clear: both;
}



/* PUT YOUR SHIT IN HERE! 
---------------------------------------------------------------*/


