html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		margin: 0 auto;
		width: 960px;
		min-height:100%;
		position:relative;
/* 		background-color: green; */
	}
	#header {
		height: 50px;
	}
	#body {

		min-width: 960px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom:498px;	/* Height of the footer */
/* 		background-color: yellow; */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:498px;		/* Height of the footer */
	}
	
	#image{
		float: right;
	}
	
	H1 {
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-size: 20pt;
		font-family: sans-serif;
	}
	
	H2 {
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-size: 12pt;
		font-family: sans-serif;
	}