@import url("global_styles.css");
 only tweak the background images for tags here
html {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:center top;
}

body {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-color:#ffd479;
} 
#Wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/if_topheader.gif) no-repeat;
	background-position: center top;
	padding: 0px;
/*	background-color: #fff;*/
	position: absolute;
	z-index: 2;
/*	border: 5px #104883 solid;
	border-bottom-width: 35px;*/
}

.CheckoutRow {
	background-color: #F4F7AC;
}

#WrapperInside {
	text-align: left;
	width: 640px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/header4.gif) no-repeat;
	background-position: center top;
	padding: 5px 5px 5px 5px;
	background-color: #fff;	
	border: 5px #104883 solid;
	border-bottom-width: 35px;
}