/*******background png***********************/ 
.back {
		background: url(../images/marble.png) repeat;
}

.main {
 	/*	width:640px; 
		margin: auto; 
		padding:48px;
		text-align:justify;
		margin-top: 72px;
 		
		border: 1px silver outset;*/
		background: url(../images/back.png) repeat; 
}

/**********LOGO ********************/
.image {
		 background: url(../images/logo1.gif) no-repeat;
		 height:150px;
		 margin-left:25px;
		 
}

.button {
		  background: url(marble.jpg) no-repeat;
		  height:30px;
}

.imgs {
		 background: url(../images/manufacturers.jpg) no-repeat;
		 height:50px;
}


