body{
background: #84BC34 url(../images/bg.gif) repeat-x;
}

.foot{
background-image: url(../images/bottom-bg.gif); 
}
/* tables */
td.ltop{
	background-image: url(../images/lcorner-top.gif);
}
td.ctop{
	background-image: url(../images/top-bg.gif); 
	background-repeat: repeat-x;
}
td.rtop{
	background-image: url(../images/rcorner-top.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}
td.lcenter{
	background-image: url(../images/bl.gif); 
	background-repeat: repeat-y;
}
td.rcenter{
	background: #F7F7F7 url(../images/br.gif) repeat-y right; 
}
td.lbottom{
	background-image: url(../images/lcorner-bottom.gif); 
	background-repeat: no-repeat;
}
td.rbottom{
	background-image: url(../images/rcorner-bottom.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}

#content p a{color: #77a835;}

