<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

iframe#youtube{
	display:block;
	width:640px;
	height:360px;
	margin:10px auto;
	margin-top:60px;
}

#movietitle{
	text-align:center;
	font-weight:bold;
	margin-bottom:40px;
}

#menu{
	width:740px;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
}

#menu a{
	display:block;
	width:349px;
	height:77px;
	background-repeat:no-repeat;
	position:relative;
	margin:10px;
	background-position:0 0;
	float:left;
}

#menu a:hover{
	background-position:0 -77px;
}

#menu a .mark{
	position:absolute;
	top:0;
	left:0;
}
</pre></body></html>