body{
	background: url(images/bg-image.jpg) no-repeat top center black fixed;
}
#logo {
	margin: 60px auto 50px auto;
	width:213px;
	height:74px;
}
#logo img {
	border: none;
}
#video {
	width:500px;
	height:281px;
	margin: 0 auto;
	border:1px black solid;
}
#enter {
	width: 138px;
	height: 26px;
	margin: 20px auto;
}
#enter img {
	border: none;
	float: none;
}
#enter a {
	background: url(images/enter.png) 0px -26px no-repeat;
	behavior: url(iepngfix.htc);
	display: block;
}
#enter a:active, #enter a:hover {
	background-position: 1px 4px;
}
.slikica {
	behavior: url(iepngfix.htc);
}
a:hover img {
	filter: alpha(Opacity=100, FinishOpacity=70, Style=2);  -moz-opacity:0.9
}