@charset "UTF-8";
/* CSS Document */

#container {
width: 950px;
margin: 0 auto;
overflow: hidden;
}
#gallery {
	height: 450px;
	width: 950px;
	text-align: center;
	position: relative;
}
#centrecont {
	height: 60px;
	width: 950px;
}
#logocont {
	height: 25px;
	width: 950px;
	padding-top: 40px;
}
#rework {
	float: left;
	height: 60px;
	width: 280px;
	background-image: url(images/reworking.png);
	background-repeat: no-repeat;
}
#king {
	float: right;
	height: 50px;
	width: 670px;
	margin-top: 10px;
}
#logobox {
	float: left;
	height: 25px;
	width: 280px;
	background-image: url(images/opticnerve.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#addbox {
	float: right;
	height: 19px;
	width: 670px;
	text-align: left;
	margin-top: 6px;
}
.webinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
