body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/background.gif);
}
#container {
	padding: 0px;
	height: 640px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/home_main.jpg);
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#redband {
	position: absolute;
	height: 132px;
	width: 955px;
	left: 0px;
	top: 336px;
	background-image: url(../images/home_red.jpg);
	background-repeat: no-repeat;
}
#whiteband {
	position: absolute;
	height: 82px;
	width: 955px;
	left: 0px;
	top: 468px;
	background-image: url(../images/winfield_logo_home.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#companyname {
	position: absolute;
	height: 25px;
	width: 300px;
	left: 40px;
	bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
