@charset "utf-8";

html { height: 100%; overflow: auto; margin: 0; padding: 0; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; color: #fff; background: #fff url("back.jpg") 50% 50%; }
#flashcontent { position: absolute; left: 50%; top: 50%; margin: -275px 0 0 -500px; width: 1000px; height: 550px; padding: 0; }
body { margin: 0; padding: 0; background: #fff; }

#MCM-Promotion { margin: 20px 50px; }
#MENU {
}
#MENU ul {
	display: block;
	margin: 0;
	padding: 0;
}
#MENU ul li {
	display: inline;
	margin: 0 20px 0 0;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
#MENU ul li:hover, .active{
	text-decoration: underline;
}

@media print {
	html { color: #000; background: none; }
	#flashcontent { position: relative; left: 0%; top: 0%; margin: 0; width: 100%; }
}
