body {
	text-align: center;
	background: url(./img/bg.png) repeat-x;
}  
#wrapper {
	width: 600px;  
	margin: 100px auto 20px auto;  
	text-align: left;
	border: 2px solid #CCC;
	background-color: #FFF;
}

#searchform {
	margin: 0 40px;
	padding: 5px;
	background-color: #F4F4F4;
}

p.notes1{
	font-weight: bold;
}

p.notes2{
	font-size: 12px;
}

#credit{
	width: 600px;  
	margin: 0 auto;  
	text-align: center;
	font-size: 12px;
	color: #666;
}