html,body{
	height:100%;
	background:#e7e5e5;
	background:url(../img/sidebar.jpg) #e7e5e5 ;
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
}

#wrapper {
	height:99.9%;
	min-height:100%;
	margin: 0px auto;
	width:761px;
	background:#fff;
	text-align: left;
	position:relative;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
html>body #wrapper{height:auto;}

#leftDiv{
	width:450px;
	position:relative;
	float:left;
	padding-bottom:2em;
	padding-left:18px;
}

#rightDiv{
	width:287px;
	float:right;
	padding-bottom:2em;
	padding-right:6px;
}
#clearfooter {width:100%;height:52px;clear:both}

#footer {
	width:761px;
	clear:both;
	height:70px;
	background:#575757;
	text-align:center;
	left:0;
	text-align:left;
	bottom:0;
	position: absolute;
}



