*{
	margin:0;
	padding:0;	
	font-family: verdana;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 12px;
	
}

BODY {
	background-image:url(tbg.jpg); 
	background-attachment:fixed; 
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main{
	background-color: #000000;
	padding-top: 11px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 10px;
	text-align: left;
	line-height: 17px;
	text-indent: -1px;
}

.footer{
      position:fixed;
      left:0px;
      bottom:0px;
			font-family: arial;
			letter-spacing : normal;
			font-weight: normal;
			font-size: 10px;
			text-decoration: none;
			color:#999999;
			background-color:#1c1c1c;
}

.footerlink{
			font-family: arial;
			letter-spacing: normal;
			font-weight: normal;
			font-size: 10px;
			text-decoration: none;
			color:#999999;
}

.grtxt{
			font-family : arial;
			letter-spacing : normal;
			font-weight: normal;
			font-size: 12px;
			text-decoration: none;
			color:#009900;			
}


/* For ie 6*/
* html .footer{
      position:absolute;
      top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.leftfloat{
	float: left;
	line-height : 40px;
}

.clear{
	clear: both;
}
