li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	}

li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	}

/* Fix IE. Hide from IE Mac \*/
* html li { float: left; height: 1%; }
* html li a { height: 1%; }
/* End */


textarea {
	background-image:url(../Forum/textAreaBG.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	}
