	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
		position:relative;
	}

	#body 	{
			padding:10px;
			padding-bottom:90px;	/* Height of the footer */
			}
	#footer {
		position:absolute;
		padding:10px;
		bottom:0;
		height:90px;			/* Height of the footer */
			}
	
