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

body
	{
	text-align:center;
	background-repeat:repeat;
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	padding: 0;
	text-align: left;
	width: 760px;				/* <-- use this to tie width to viewport size */
	width: 760px;				/* <-- use this for a set width */
	background-color: #ffffff;
	}
 	
#content
	{

	}

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

#tlc
	{
	background-position: 0% 0%;
	}

#trc
	{
	background-position: 100% 0%;
	}
	
#blc
	{
	background-position: 0% 100%;
	}

#brc
	{
	background-position: 100% 100%;
	}

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

#bb
	{
	background-position: 50% 100%;
	}
	
#rb
	{
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #51a221;
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
