@charset "UTF-8";
/* CSS Document */
#i_frame  {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 246px;
	position: relative;
	top: 344px;
	left: 655px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 700px;
	background-image: url(HorseBeet_Web_Page.jpg);
	background-repeat: no-repeat;
}
