body {
	background:black;
}

h1 {
	color:white;
	text-align:center;
	background:red;
}

h2 {
	color:blue;
}

blockquote {
	color:red;
}

#div1 {
	margin:0 auto;
	width:800px;
	background:white;
}

#div2 {
	margin:0 auto;
	width:750px;
	background:white;
}

#div3 {
	width:275px;
	height:384px;
	float:left;
	background:url("Einstein.jpg");
}

#div4 {
	width:525px;
	height:384px;
	float:left;
}

#div5 {
	width:359px;
	height:359px;
	float:right;
	background:url("Money_Tree.jpg");
}

#div6 {
	width:421px;
	height:359px;
	float:right;

}

#div7 {
	width:300px;
	height:300px;
	float:left;
	background:url("confidential.jpg");
}

#div8 {
	width:450px;
	height:300px;
	float:left;
	margin:10px;
}

#div9 {
	width:450
	height:300
	float:left;
	margin:10px;
	color:white;
	text-align:center;
}