html, body, form {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
/*#header {
	background:#ff0;
	padding:10px;
}*/
#body {
	padding:10px;
	padding-bottom:25px;	/* Height of the footer */
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:25px;			/* Height of the footer */
    background: url(../Images/footerbackground.jpg) repeat;
}