body{
margin:0;
padding:0;
background:url(../images/bg.gif) top left repeat-x #A3A3A3;
}
/*----------------------------------------------------------*/
td#left{
width: autopx; /*Width of left column*/
height:auto;
background:url(../htmls/images/left.gif) right top no-repeat;
}
td#right{
width: autopx; /*Width of left column*/
height:auto;
background:url(../htmls/images/right.gif) left  top  no-repeat;
}

/*---------------------Copy------------------------------*/
.copy{
	color: #999999;
	font-weight:normal;
 	font-family:  Tahoma;
 	font-size:11px;
	text-decoration:none;

}
.copyR{
	color: #999999;
	font-weight:normal;
 	font-family:  Tahoma;
 	font-size:11px;
	text-decoration:none;

}
.copyR:hover{
	color: #FF6600;
	font-weight:normal;
 	font-family:  Tahoma;
 	font-size:11px;
	text-decoration:underline;
}

