* html a:hover {
	visibility				:	visible;
}


body {
	margin					:	0px;
	padding					:	0px;
	background-color		:	#000000;
	background-image		:	url(../images/sextet_bg_03.gif);
	background-repeat		:	repeat;
	background-attachment	:	scroll;
}

.bodyTrailer	{
	margin					:	0px;
	padding					:	0px;
	background-color		:	#000000;
	background-image		:	none;
}

.bodyOff	{
	margin					:	0px;
	padding					:	0px;
	background-color		:	#000000;
	background-image		:	url(../images/sextet_bg_03.gif);
	background-repeat		:	repeat;
	background-attachment	:	scroll;
}

.bodyOn	{
	margin					:	0px;
	padding					:	0px;
	background-color		:	#000000;
	background-image		:	url(../images/sextet_bg_02.gif);
	background-repeat		:	repeat;
	background-attachment	:	scroll;
}

.container {
	height					:	100%;

}

.qtContainerLow {
	background-repeat:no-repeat;
	height:328px;
	width: 460px;
	position: absolute;
	left: 50%;
	margin-left: -230px; /* half the width of the div */
	top: 50%;
	margin-top: -164px;
}

.qtContainerMedium {
	background-repeat:no-repeat;
	height:392px;
	width: 570px;
	position: absolute;
	left: 50%;
	margin-left: -285px; /* half the width of the div */
	top: 50%;
	margin-top: -196px;
}

.qtContainerHigh {
	background-repeat:no-repeat;
	height:480px;
	width: 720px;
	position: absolute;
	left: 50%;
	margin-left: -360px; /* half the width of the div */
	top: 50%;
	margin-top: -240px;
}

.qtClose {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

.qtClose a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF0000;
	text-decoration:underline;
}

.qtClose a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}

/*
.footer_momkai { 
	display					:	block;
	background-image		:	url(../images/sextet_footer_momkai.gif) ;
	width					:	214px;
	height					:	22px;
	background-color:#000099;
}

.footer_momkai a { 
	display					:	block;
	background-image		:	url(../images/sextet_footer_momkai.gif) ;
	width					:	214px;
	height					:	22px;
	background-color:#000099;
}

.footer_momkai a:hover { 
	display					:	block;
	background-image		:	url(../images/sextet_footer_momkai_mouseover.gif);
	width					:	214px;
	height					:	22px; 
	background-color:#FF0000;
}
*/


.footer_momkai {
	height					:	22px;
	width					:	214px;
}

.footer_momkai a {
	height					:	22px;
	width					:	214px;
	text-decoration			:	none;
}

.footer_momkai img {
	height					:	22px;
	width					:	214px;
	border					: 	0;
}

.footer_momkai a:hover img {
	visibility				:	hidden;
}

.footer_momkai span {
	position				: 	absolute;
	cursor					: 	pointer;
} 