* {margin:0;padding:0;}

html, body {
    overflow:hidden;
	 width:100%;
	 height:100%;
	 background-color: #2E003F; 
}

.cinemenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
	margin:0;
	z-index: 999999999;
}

.cinemenu_header {
	display: block;
	width: auto;
	height: 100%;
	background-color: black;
	margin-right:18px;
}

.cinemenu_swf {
	width: 970px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.scroll {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 18px;
	margin: 0;
	overflow: scroll;
}

.top_header {
	width: 100%;
	height: 84px;
}

.site_content {
	/*position: relative;*/
	margin: 0 auto;
	padding: 0;
	/*overflow: scroll;*/
}

div.splash{
	position: relative;
	width: 900px;
	height: 600px;
	background-image: url('./splash_alap.jpg');
}

a.splash_hover_1{
	display: block;
	position: absolute;
	top: 209px;
	left: 47px;
}

a.splash_hover_2{
	display: block;
	position: absolute;
	top: 209px;
	left: 258px;
}

a.splash_hover_3{
	display: block;
	position: absolute;
	top: 209px;
	left: 470px;
}

a.splash_hover_4{
	display: block;
	position: absolute;
	top: 209px;
	left: 682px;
}

a.splash_hover_1:hover{
	background-image: url('./splash_over_1.jpg');
}

a.splash_hover_2:hover{
	background-image: url('./splash_over_2.jpg');
}

a.splash_hover_3:hover{
	background-image: url('./splash_over_3.jpg');
}

a div{
	width: 160px;
	height: 202px;
}

tr, td {
	border: none;
}

img {
	border: none;
}

table {
	border-spacing: 0;
}

.nodisplay {
	display: none;
}
