
body
	{
	background:							url(foo) fixed;
	background-color:				#cce6c3;
	background-image:				url(../images/template/logo.gif);
	background-repeat:			no-repeat;
	background-attachment:	fixed;
	background-position:		55% 85%
	}
	
#header
	{
	position:								fixed;
	_position:							absolute;
	width:									1050px;
	height:									150px;
	top:										0;
	_top:										expression(eval(document.body.scrollTop));
	left:										0;
	z-index:								99988;
	}

#sidebar
	{
	padding-top:						125px;
	position:								fixed;
	_position:							absolute;
	width:									150px;
	height:									auto;
	_top:										expression(eval(document.body.scrollTop));
	left:										0;
	z-index:								99989;
	}

#main
	{
	padding-top:						125px;
  padding-left:						170px;
	height:									100%;
	background-image:				url(../images/template/edge.gif);
	background-repeat:			repeat-y;
	}


#footer
	{
	height:									auto;
	background-image:				url(../images/template/edge.gif);
	background-repeat:			repeat-y;
	}


