
/* CSS Document */ 
html
{height:100%
}
body {
	/*background: #fff url(pagebg.gif);*/
	background-image:url(../images/rrr.jpg); 
	color: #444;
	height: 100%;
}


#wrapper  { width:1100px;
            margin:10px 100px;
			padding:10px 100px
			}
#header{ float:left;
          margin-left:320px}
#products{ float:left;
          margin-left:5px} 		  
			 
#footer  {position:absolute;
          top:1150px;
		  left:190px;
         width:900px;
		 background-image:url(../images/ftr.png);
		 margin-bottom:0px;
		 padding:20px}
			 	  	
#footerleft ul li { float:left;
                   width:600px;
             list-style-type:none;
			 line-height:25px}

#footerleft a:link{text-decoration:none;
                   color:#CCCCCC
                 }				   				   				   				   			 
#footerleft a:hover{color:#993333}				 
#footerright ul li{list-style-type:none;
                    display:inline}
#footerright a:link {text-decoration:none;
                     color:#9D9D9D}
#footerright a:hover{color:#993333}	

					 
							 		 					
