	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background:#000000 url(working_documents/Earth_bkgd.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
	position:absolute;
	top:0;
	width:100%;
	height:30px;		/* Height of the header */


		background:#; 
	}
	#header2 {
	position:absolute;
	top:0;
	width:100%;
	height:550px;		/* Height of the insert */

			background:#; 
	text-align: right;
	}
	#body {
		padding:0px;
		padding-bottom:1px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:50px;		/* Height of the footer */
		background:#000000; opacity:0.7;filter:alpha(opacity=70); 
	}
	
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:5px;
	}
	
