body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url("../mainbg.gif");
	background-repeat: repeat;
	}	


div#center {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -200px;
}

div#wrapper {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background-color:#fff;

}

div#image {
  margin-left: 0;

}


a img { text-decoration: none; border: 0 none;}

a { outline: none;}

object { outline:none;}

.opacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
	display: inline; 
	}

.opacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	-moz-opacity: 0.92;
	filter:alpha(opacity=92);
	opacity:0.92;
	display: inline; 
	}



