body {
	margin:0px 0px; padding:0px;
        margin-top: 20px;
	border:0px;
        background-color:#456b8e;
 /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#Content {
	width:906px;
        height:100%px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	}


#container {
	position: relative; 
	width: 906px;	
	height: 100%px;
	}

h1 {
margin-top: .1em; 
margin-bottom: .1em;
}
