body			{
				background-color:#f7fbfe;
				}


div#header, div#content	{
				background-color:#ebf6fd;
				}
				
div#header		{	
				background-image:url('../img/header-bg.jpg');
				background-position:center top;
				background-repeat:no-repeat;
				}
				
div#subheader	{	
				_background-color:#fff;
				background-image:url('../img/subheader-bg.gif');
				background-position:center top;
				background-repeat:no-repeat;
				}
				
div#content		{
				background-image:url('../img/content-bg.gif');
				background-position:center bottom;
				background-repeat:no-repeat;
				}

div#content div.sub, div#content div.main	{	
				background-image:url('../img/content-sub.gif');
				background-position:left top;
				background-repeat:no-repeat;
				}
				
div#content div.main	{	
				background-image:url('../img/content-main.gif');
				background-repeat:repeat-x;
				}
				
div#footer		{	
				background-image:url('../img/footer-bg.gif');
				background-position:center top;
				background-repeat:no-repeat;
				}
				