@charset "utf-8";
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../_images/background.png);
	background-position: center center;
	height: 777px;
	background-repeat: no-repeat;
}
#container .logo {
	background-image: url(../_images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	width: 207px;
	margin-bottom: 15px;
}
#container .slogan {
	width: 714px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/slogan.png);
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 15px;
}
#container .videoplayer {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color:#000000;
	height: 576px;
}
#container .clear {
	clear:both;
}
#container .contact{
	width: 714px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}#container .contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

