/* ---------layout features------------- */
#header{
	height: 304px;
	background: #af411b url("../_images/bg-header.gif") repeat-x;
}
#header-in{
	position: relative;
	width: 800px;
	height: 304px;
	margin: 0 auto;
	background: url("../_images/bg-horse.jpg") no-repeat left center;
}

#middle{
	background: url("../_images/bg-middle.gif") repeat-x;
}
#middle-in{
	width: 800px;
	margin: 0 auto;
}
