@charset "UTF-8";
html,
body {
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
}
#container {
	min-height:100%;
	position:relative;
	text-align: center;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding:10px;
	position: relative;

}
#mainContent {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;   /* Height of the footer */ 
}

