#body {
	background: url(horizontal-stripe-home.gif) repeat-x  0px 97px;
	height: 300px;
}

/* Fixes IE7 so the horz stripe is correct */
*:first-child+html #body {
	background: url(horizontal-stripe-home.gif) repeat-x 0px 97px;
}

body {
	background: url(vertical-stripe-home.gif) #E6E8DE repeat-y 50px 0px;
}