body {
	background-color: white;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, mono;
	font-size: 110%;
}

h1 {
	color: black;
	background-image:  url("images/title.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -2000px;
	background-color: #000000;
}

b {
	color: black;
	}
	
#container1 {
	position: relative;
	margin: auto;
	padding: px;
	text-align: left;
	background-color: black;
	width: 720px;
	height: 125%;
	}
#container2 {
	position: relative;
	margin: auto;
	text-align: left;
	background-color: white;
	width: 680px;
	height:auto;
	padding-bottom: 80px;
	background-image:  url("images/basegraphic.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	}	