html, body {
	background:#fff;
	margin:0;
	padding:0;
}

#img_holder {
	margin-left:auto;
	margin-right:auto;
	width:431px;
	height:408px;
	background-color:#fff;
}

#left_img {
	float:left;
	background:#fff;
	height:404px;
	width:149px;
}

#right_img {
	float:right;
	background:#fff;
	height:404px;
	width:170px;
}

#bottom {
	background:url('bottom.gif') no-repeat #fff;
	width:431px;
	height:29px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:right;
	padding-top:125px;
}

img {
	border:0;
}
