@charset "UTF-8";
/* CSS Document */

html,
body{
	margin:0;
	padding:0;	
	width:100%;
	height:100%;
	
	background:#000000;
}

a{
	cursor:pointer;
	text-decoration:none;
	outline:none;
}

* { outline:none; }

.clear {
	clear: both;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
img{
	border:none;
}
.main{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
.main td{
	vertical-align:middle;
	text-align:center;
	margin:0;
	padding:0;
}

.logo{
    max-height: 800px;
    max-width: 720px;
}
.cinema{
	position:absolute;
	top:50%;
	margin-top:191px;
	left:50%;
	margin-left:-252px;	
	width:248px;
	height:40px;
	background:url(../img/universalCinemaBtn.png) center top;
	display:block;
}
.homeVideo{
	position:absolute;
	top:50%;
	margin-top:191px;	
	left:50%;
	margin-left:4px;
	width:248px;
	height:40px;
	background:url(../img/homeVideoBtn.png) center top;
	display:block;
}
.homeVideo:hover,
.cinema:hover{
	background-position:bottom;	
}