body {
	      margin: 0; /* to avoid margins */
	      text-align: center; /* to correct the centering IE bug*/
		  background-color:#2f2518;
	}
	
	td {
		font-family:verdana,arial,sans-serif;
		font-size:12px;
		color:#b29c82;
	}
	
	a {
		text-decoration:none;
		color:#403e40;
	}
	
	#global {
	     /*position:absolute;
		  left: 50%; 
	     top: 50%;
	     width: 780px;
	     height: 541px;*/
	     /*margin-top: -270px;  half of the height */
	     /*margin-left: -390px;  half of the width */
	     margin-left: auto;
	     margin-right: auto;
	     margin-top: 15px;
	     margin-bottom: 15px;
	     width: 780px;*/
	     text-align: right; /* to realign your text */
    }
		  
	/*a.menu1:link {
		color:#403e40;
		font-size:14px;
	}
		
	a.menu1:hover {
		text-decoration:underline;
	}*/

	a.menu1:active { color:#403e40; font-size:14px; }
	a.menu1:hover { color:#403e40; font-size:14px; text-decoration:underline; }
	a.menu1:link { color:#403e40; font-size:14px; }
	a.menu1:visited { color:#403e40; font-size:14px; }
