
 
 #wrap  { 
 
 width:1000px; 
 margin:0 auto;
 
 } /* "auto" makes the left and right margins center the wrapper */  

 #copyright {

position:relative;
left:0px; 
bottom: 1cm; 
z-index: 1;  

 }

 body {
 
 margin: 0px 0px 0px 0px;
 background-color: #000000 ;
 
 }

td.copyright {

 background-color:  #a4a4a4;

 }
 
  td.bottomrigt {

background-image: url('/images/template/side_footer_cont.jpg');
background-repeat: repeat-y;
background-position: right;
}


 .content {

background-color: #ffffff ;

 }


 .footer {

background-image: url('/images/template/fotter_center.jpg');
background-repeat: repeat-x;
 }
 
 .wyb a {
 	color:black;
 }
 
 #copyrightlink a {
 	color: red;
 }
 #copyrightlink a:visited {
 	color: black;
 }