/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */


#box{
	margin: 0;
	padding: 0;
	width:90%;					/* <-- use this to tie width to viewport size */
	background-color: #f7f1e2;
	z-index: 0;
	left: 50%;
	margin-left: -45%;
	position: relative;
	}
	
#content{
	padding:0;
	}
	
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(site/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:  url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:  url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:  url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			

#bb
	{
	background-image:  url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:  url(images/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}
			