#main { background: #FFF url("background.jpg") no-repeat; }

#main h2 {
	float: left;
}

#main h3 { 
	float: right;
}

p {
	clear: both;
}