#logo {
	top: 30px;
	left: 30px;
	z-index: 10000;
}

#mPart {
	padding: 0;
	min-width: 995px;
	/*text-align: center;*/
	overflow: hidden;
	height: 720px !important;
}

* html #mPart {
	width: expression(document.getElementsByTagName('html')[0].clientWidth < 995 ? '995px' : '100%');
}

#mData {
	padding: 0;
	/*margin: 0 auto;*/
	width: 1024px;
	position: relative;
}

#mData div {
	position: absolute;
}

#mData a {
	position: absolute;
	font-size: 14px;
	z-index: 1000;
	color: #ffffff;
}

#mData a:hover {
	color: #ffcc00;
}

#mData div {
	position: absolute;
	z-index: 500;
	visibility: hidden;
}