body {
	overflow-y: scroll;
}

div#mainContents a:hover img,
div#subContents a:hover img  {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: alpha( opacity=60 );
	background: #fff;
}

div#container {
	width: 780px;
	margin: auto;
}

div#mainContents a:hover img,
div#subContents a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: alpha( opacity=60 );
	background: #fff;
}

body {
	font-family: "SimSun, Arial, Helvetica, sans-serif"!important;
	overflow-y: scroll;
}

body.popup div#container {
	width: auto;
	margin: auto;
}