#header { 
background-image:url(image/emtres%20header%20V2%20copy.jpg);
	}
#menu {
	display: block;
	height: 40px;
	width: auto;
	padding-left: 0px;
	/*background-image: url(image/button%20emtres.jpg);
	background-repeat: repeat-x;*/
	background-color:#111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#contencustmr {
	width: 960px;
	display: block;
	background-image: url(image/about.jpg);

}

#contencustmr #customer h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	padding-top: 25px;
}

#contencustmr #customer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
	display: block;
	padding-left: 30px;
	text-align: left;
	color: #000;
	margin-left: 70px;
	padding-right: -10px;
}
#contencustmr #customer #gallery {
	display: block;
	width: 780px;
	height: 680px;
}
#contencustmr #customer #gallery #thumb {
	width: 415px;
	margin-left: 180px;
	height: 310px;
}
#contencustmr #customer #gallery #thumb img {
	display: block;
	height: 50px;
	width: 185px;
	float: left;
	padding: 10px;
	border: 1px solid #999;
	position: relative;
}
#contencustmr #customer #gallery #zoom {
	display: block;
	margin-top: 10px;
	height: 280px;
	width: 501px;
	border: 2px solid #333;
	margin-left: 130px;
	padding: 5px;
	background-color: #333;
}
#contencustmr #customer #gallery #zoom img {
	display: block;
	height: 280px;
	width: 500px;
}
