body { 
	margin: 0;
	padding: 0;
	background-image:none !important;
}
/* ----- FRAMEWORK HOME ----- */

div#wrapperheader {
    width: 100%;
	background-color: #ffffff;
}

div#header {
	width: 980px;
height:114px;
overflow:hidden;
    margin: 0px auto;
    text-align: left;
}

div#wrapperbodyall {
	width: 100%;
	background-image:url(/webdata/graphics/bkgd02.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #c3c4c5;
	background-attachment:fixed;
}


div#wrapperbody {
	width: 100%;
	background-image:url(/webdata/graphics/bkgd01.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

div#body {
	width: 980px;
    margin: 0px auto;
    text-align: left;
}

/* ----- FOOTER ----- */

div#wrapperfooter {
    width: 100%;
	background-color: #ffffff;
}

div#footer {
	width: 980px;
    margin: 0px auto;
    text-align: left;
}

#content {
min-height:654px;
  height:auto !important;
  height:654px;
}