body {
	background-position: center center;
	padding: 0;
	background-image: url(bkd.gif);
	margin: 0; 
	background-repeat: repeat-y;
	background-color: #9ba2ad;
 	text-align:justify;
	min-width: 760px;
}
#outer {
	min-height: 100%;
/*	margin: auto auto -35px; */
	margin: auto;
	width: 760px; 
	position: relative;
	height: 100%;
	text-align: left;
	background-color: #ffffff;
}
#innerwrap {
	float: left;
	width: 760px;
}
#header {
	z-index: 100;
	background: transparent;
	top: 0;
	left: 0;
	width: 760px;
	color: #000000;
	position: absolute;
	height: 319px;
}
#left {
	float: left;
	padding: 344px 20px 125px 20px;
	width: 150px;
	position: relative;
}
#right {
	float: right;
	padding: 339px 0 120px 0;
/*	WIDTH: 130px; */
	width: 0;
}
#footer {
	width: 740px;
	height: 120px;
	clear: both;
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 0px 10px;
	color: #000000;
}
#footer #copyright {
	float: left;
	margin-top: 10px;
}
#footer #copyright span a, #footer #copyright span{
	color: #000000;
}

div {
	margin-top: 0;
}

#centre {
	float: right;
	padding: 339px 20px 120px 0;
	width: 545px;
	text-align:justify;
}
#centre h1{text-align: left;}
HTML #ieclear {
	height: 50px;
}
#clearfooter {width:100%;height:50px;clear:both} /* to clear footer */