@charset "utf-8";
/* CSS Document */

#imagebox {
	float: left;
	height: 200px;
	width: 350px;
	background-image: url(images/imagebox.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#homebox {
	float: left;
	height: 200px;
	width: 445px;
	background-image: url(images/homebox.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}