* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	background-color: #01111d;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	
	text-align: left;
	letter-spacing: 1px;
}
a {color: #FFF;font-size: 14px;}
a:hover {color: #01a9c0;}
.more{float: right; font-size: 11px; color: #add8f9; font-weight: bold; text-decoration: none;}
.clear{clear:both;}
p{	margin: 20px 0px 20px 0px;line-height: 16px;font-size: 14px;}
#container {
	margin: 0px auto;
	width:873px;
}
#menu {
	background-image:url();
	width: 1080px;
	height:90px;
	position:relative;
}
#menu li{
	position:absolute;
	top:50px;
	
	list-style-type: none;
}
#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}
#menu a{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover {color: #01a9c0;}
#header {
	
	background-repeat:repeat-y;
	width:873px;
}
#logo img {
    width: auto;
    height: auto;
    margin: 0 auto;
	max-width: 100%;
    display: block;
    text-align: center;
}


#welcome {
	width:210px;
	margin: 0 0 0 77px;
}
#welcome h2{
	color: #d4e5f2;
	font-family: Arial;
	font-size: 18px;
	padding: 0 0 10px 5px;
}
#welcome p{
	width:100px;
}
#welcome img{
	border: solid 3px #FFFFFF;
}
#middle {
	background-image:url();
	width:873px;
	height:21px;
}
#middle2 {
	background-image:url();
	width:873px;
	height:22px;
}
#content {
	background-image:url();
	width:873px;
}
#left {
	float:left;
	width:435px;
	margin: 0px 0px 0px 85px;
	display:inline;
}
#right {
	float:right;
	width:150px;
	height:auto;
	margin: 0px 62px 20px 0px;
	display:inline;
}
#right a img{
	margin: 8px 8px 8px 0px;
	border: none 0px #FFFFFF;
}
#footer {
	background-image:url();
	background-repeat:no-repeat;
	width:873px;
}
#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
}
#footer a{
	font-size:11px;
}
.sticker {
    width: 100px;
    height: 100px;
    object-fit: cover;
	display: inline-block;
    margin: 5px;
}
#middle2 {
    text-align: center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    width: 60%;        /* Adjust width as needed */
    max-width: 100%;
    margin: 0;         /* Aligns container to the left */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
	display: flex;
  }
  .video-container {
	flex: 1;
	position: relative;
  }
