body{
	background-color: #000;
		
}


.pic_top{
	background-image: url("bubbles_top.png");
	position:fixed;
	top: 0px;
	left: 0px;
	width: 799px;
height: 763px;
z-index:-1;
}

.pic_bottom{
	background-image: url("bubbles_bottom.png");
	position:fixed;
	bottom: 0px;
	right: 0px;
	width: 799px;
height: 763px;
z-index:-1;
	
}

.notice{
	position:fixed;
	bottom: 3px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	width: 50%;
	z-index:-1;
}

.outercontainer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	display: block;
	position: relative;
	text-align: center;
	
}

.logo {
	padding-top:10px;
	padding-bottom:10px;
	width: 902px;
	height: 383px;
	
}


.videoembedd {
	padding-top:10px;
	padding-bottom:10px;
height: 100%;

	
}

.link {
	padding-top:10px;
	padding-bottom:10px;
	display: flex;
	position: absolute;
	left: -26px;
	width: 900px;
	height: 155px;
	
}

.linkimage {
	padding-left:5px; 
	padding-right:5px
}

.linksleft{}

.linksright{
	padding-left: 74px;
	padding-top: 36px;
}