html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Serif;
	font-style: normal;
	background-color: #134381;
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
body {
	height: 100%;
	width: 100%;
	background: transparent;
	margin: 0px;
	padding: 0px;
}
div.header {
	position: fixed;
	margin: 0px auto 0px 20%;
	padding: 0px 0px 0px 0px;
	top: 0%;
	width: 60%;
	height: 20%;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
#mess {
	position:fixed;
	bottom:0;
	background-color:white;
	color:black;
	font-size:1.5em;
	margin-left: 20%;
	padding-top: 3%;
	top: 0%;
	width: 60%;
	height: 14%;
	border: thin solid red;
	text-align:center;
}
div.menubox {
	position: fixed;
	margin: 0px auto 0px 20%;
	padding: 0px;
	width: 60%;
	height: 3%;
	top: 20%;
	z-index: 200;
}
.textdiv {
	position: fixed;
	margin: 0px auto 0px 20%;
	padding: 10px 0px 10px 0px;
	width: 60%;
	top: 23%;
	height: 60%;
	overflow: auto;
	background: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	z-index: 100;
}
.titletable {
	width: 98%;
	height: 8%;
	padding: 4px 1px 4px 8%;
	margin: 1% auto 0px auto;
	background-image: url('../img/cloud.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position : 0% 0%;
	text-align: left;
	font-size: 20px;
	font-weight:bold;
	border: thin solid #A6A6A6;
}
.texttable {
	width: 98%;
	margin: 1% auto auto auto;
	background-color: #EBEBEB;
	border-collapse: collapse;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	border: thin solid #A6A6A6;
}
.texttable td {
	padding: 1% 0 0 1%;
}
.persfoto {
	width: 80px;
	height: 90px;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}
.persborder {
	border-bottom: dotted thin #A6A6A6;
}
#teamfotodiv {
	z-index: 150;
	position: absolute;
	top: 34%;
	left: 50%;
	height: 28%;
	width: 17%;
	border-collapse: collapse;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	border: none;
	background-color: transparent;
}
#sponsfotodiv {
	z-index: 150;
	position: absolute;
	top: 34%;
	left: 68%;
	height: 28%;
	width: 10%;
	border-collapse: collapse;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	border: none;
	background-color: transparent;
}
#sponstxtdiv {
	z-index: 150;
	position: absolute;
	top: 63%;
	left: 50%;
	height: 13%;
	width: 28%;
	text-align: center;
	white-space: pre-line;
	border-collapse: collapse;
	border: thin solid #A0A0A0;
	background-color: #FFFFFF;
}

div#footer {
	position: fixed;
	bottom: 1%;
	width: 14%;
	left: 43%;
	height: 4%;
	cursor: pointer;
	background: transparent;
	background-image: url("../img/eeit_logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}
#marqueel {
	position: fixed;
/*	animation-name: marq;
	animation-duration: 10s;
	animation-iteration-count: infinite;
*/
	left:0;
	padding-left:3%;
	width:15%;
	overflow:hidden;
	background-color:transparent;
	top: 3%;
	height: 120%;
/*	border: thin dashed white;*/
}
#marqueer {
	position: fixed;
	right:0;
	padding-left:3%;
	width:15%;
	overflow:hidden;
	background-color:transparent;
	top: 3%;
	height: 98%;
/*	border: thin dashed white;*/
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@keyframes marq {
/*
  0%  {left:0px;	top:0%;}
  1%  {left:0px; 	top:1%;}
  2%  {left:0px; 	top:2%;}
  3%  {left:0px; 	top:3%;}
  4%  {left:0px;	top:4%;}
  5%  {left:0px; 	top:5%;}
  6%  {left:0px; 	top:6%;}
  7%  {left:0px; 	top:7%;}
  8%  {left:0px;	top:8%;}
  9%  {left:0px; 	top:9%;}
  10%  {left:0px;	top:10%;}
  11%  {left:0px; 	top:11%;}
  12%  {left:0px; 	top:12%;}
  13%  {left:0px; 	top:13%;}
  14%  {left:0px;	top:14%;}
  15%  {left:0px; 	top:15%;}
  16%  {left:0px; 	top:16%;}
  17%  {left:0px; 	top:17%;}
  18%  {left:0px;	top:18%;}
  19%  {left:0px; 	top:19%;}
  20%  {left:0px;	top:20%;}
  21%  {left:0px; 	top:21%;}
  22%  {left:0px; 	top:22%;}
  23%  {left:0px; 	top:23%;}
  24%  {left:0px;	top:24%;}
  25%  {left:0px; 	top:25%;}
  26%  {left:0px; 	top:26%;}
  27%  {left:0px; 	top:27%;}
  28%  {left:0px;	top:28%;}
  29%  {left:0px; 	top:29%;}
  30%  {left:0px;	top:30%;}
  31%  {left:0px; 	top:31%;}
  32%  {left:0px; 	top:32%;}
  33%  {left:0px; 	top:33%;}
  34%  {left:0px;	top:34%;}
  35%  {left:0px; 	top:35%;}
  36%  {left:0px; 	top:36%;}
  37%  {left:0px; 	top:37%;}
  38%  {left:0px;	top:38%;}
  39%  {left:0px; 	top:39%;}
  40%  {left:0px;	top:40%;}
  41%  {left:0px; 	top:41%;}
  42%  {left:0px; 	top:42%;}
  43%  {left:0px; 	top:43%;}
  44%  {left:0px;	top:44%;}
  45%  {left:0px; 	top:45%;}
  46%  {left:0px; 	top:46%;}
  47%  {left:0px; 	top:47%;}
  48%  {left:0px;	top:48%;}
  49%  {left:0px; 	top:49%;}
  50%  {left:0px;	top:50%;}
  51%  {left:0px; 	top:49%;}
  52%  {left:0px; 	top:48%;}
  53%  {left:0px; 	top:47%;}
  54%  {left:0px;	top:46%;}
  55%  {left:0px; 	top:45%;}
  56%  {left:0px; 	top:44%;}
  57%  {left:0px; 	top:43%;}
  58%  {left:0px;	top:42%;}
  59%  {left:0px; 	top:41%;}
  60%  {left:0px;	top:40%;}
  61%  {left:0px; 	top:39%;}
  62%  {left:0px; 	top:38%;}
  63%  {left:0px; 	top:37%;}
  64%  {left:0px;	top:36%;}
  65%  {left:0px; 	top:35%;}
  66%  {left:0px; 	top:34%;}
  67%  {left:0px; 	top:33%;}
  68%  {left:0px;	top:32%;}
  69%  {left:0px; 	top:31%;}
  70%  {left:0px;	top:30%;}
  71%  {left:0px; 	top:29%;}
  72%  {left:0px; 	top:28%;}
  73%  {left:0px; 	top:27%;}
  74%  {left:0px;	top:26%;}
  75%  {left:0px; 	top:25%;}
  76%  {left:0px; 	top:24%;}
  77%  {left:0px; 	top:23%;}
  78%  {left:0px;	top:22%;}
  79%  {left:0px; 	top:21%;}
  80%  {left:0px;	top:20%;}
  81%  {left:0px; 	top:19%;}
  82%  {left:0px; 	top:18%;}
  83%  {left:0px; 	top:17%;}
  84%  {left:0px;	top:16%;}
  85%  {left:0px; 	top:15%;}
  86%  {left:0px; 	top:14%;}
  87%  {left:0px; 	top:13%;}
  88%  {left:0px;	top:12%;}
  89%  {left:0px; 	top:11%;}
  90%  {left:0px;	top:10%;}
  91%  {left:0px; 	top:9%;}
  92%  {left:0px; 	top:8%;}
  93%  {left:0px; 	top:7%;}
  94%  {left:0px;	top:6%;}
  95%  {left:0px; 	top:5%;}
  96%  {left:0px; 	top:4%;}
  97%  {left:0px; 	top:3%;}
  98%  {left:0px;	top:2%;}
  99%  {left:0px; 	top:1%;}
  100% {left:0px; 	top:0%;}
*/
  0%  {left:0px;	top:0%;}
  1%  {left:0px; 	top:-1%;}
  2%  {left:0px; 	top:-2%;}
  3%  {left:0px; 	top:-3%;}
  4%  {left:0px;	top:-4%;}
  5%  {left:0px; 	top:-5%;}
  6%  {left:0px; 	top:-6%;}
  7%  {left:0px; 	top:-7%;}
  8%  {left:0px;	top:-8%;}
  9%  {left:0px; 	top:-9%;}
  10%  {left:0px;	top:-10%;}
  11%  {left:0px; 	top:-11%;}
  12%  {left:0px; 	top:-12%;}
  13%  {left:0px; 	top:-13%;}
  14%  {left:0px;	top:-14%;}
  15%  {left:0px; 	top:-15%;}
  16%  {left:0px; 	top:-16%;}
  17%  {left:0px; 	top:-17%;}
  18%  {left:0px;	top:-18%;}
  19%  {left:0px; 	top:-19%;}
  20%  {left:0px;	top:-20%;}
  21%  {left:0px; 	top:-21%;}
  22%  {left:0px; 	top:-22%;}
  23%  {left:0px; 	top:-23%;}
  24%  {left:0px;	top:-24%;}
  25%  {left:0px; 	top:-25%;}
  26%  {left:0px; 	top:-26%;}
  27%  {left:0px; 	top:-27%;}
  28%  {left:0px;	top:-28%;}
  29%  {left:0px; 	top:-29%;}
  30%  {left:0px;	top:-30%;}
  31%  {left:0px; 	top:-31%;}
  32%  {left:0px; 	top:-32%;}
  33%  {left:0px; 	top:-33%;}
  34%  {left:0px;	top:-34%;}
  35%  {left:0px; 	top:-35%;}
  36%  {left:0px; 	top:-36%;}
  37%  {left:0px; 	top:-37%;}
  38%  {left:0px;	top:-38%;}
  39%  {left:0px; 	top:-39%;}
  40%  {left:0px;	top:-40%;}
  41%  {left:0px; 	top:-41%;}
  42%  {left:0px; 	top:-42%;}
  43%  {left:0px; 	top:-43%;}
  44%  {left:0px;	top:-44%;}
  45%  {left:0px; 	top:-45%;}
  46%  {left:0px; 	top:-46%;}
  47%  {left:0px; 	top:-47%;}
  48%  {left:0px;	top:-48%;}
  49%  {left:0px; 	top:-49%;}
  50%  {left:0px;	top:-50%;}
  51%  {left:0px; 	top:-49%;}
  52%  {left:0px; 	top:-48%;}
  53%  {left:0px; 	top:-47%;}
  54%  {left:0px;	top:-46%;}
  55%  {left:0px; 	top:-45%;}
  56%  {left:0px; 	top:-44%;}
  57%  {left:0px; 	top:-43%;}
  58%  {left:0px;	top:-42%;}
  59%  {left:0px; 	top:-41%;}
  60%  {left:0px;	top:-40%;}
  61%  {left:0px; 	top:-39%;}
  62%  {left:0px; 	top:-38%;}
  63%  {left:0px; 	top:-37%;}
  64%  {left:0px;	top:-36%;}
  65%  {left:0px; 	top:-35%;}
  66%  {left:0px; 	top:-34%;}
  67%  {left:0px; 	top:-33%;}
  68%  {left:0px;	top:-32%;}
  69%  {left:0px; 	top:-31%;}
  70%  {left:0px;	top:-30%;}
  71%  {left:0px; 	top:-29%;}
  72%  {left:0px; 	top:-28%;}
  73%  {left:0px; 	top:-27%;}
  74%  {left:0px;	top:-26%;}
  75%  {left:0px; 	top:-25%;}
  76%  {left:0px; 	top:-24%;}
  77%  {left:0px; 	top:-23%;}
  78%  {left:0px;	top:-22%;}
  79%  {left:0px; 	top:-21%;}
  80%  {left:0px;	top:-20%;}
  81%  {left:0px; 	top:-19%;}
  82%  {left:0px; 	top:-18%;}
  83%  {left:0px; 	top:-17%;}
  84%  {left:0px;	top:-16%;}
  85%  {left:0px; 	top:-15%;}
  86%  {left:0px; 	top:-14%;}
  87%  {left:0px; 	top:-13%;}
  88%  {left:0px;	top:-12%;}
  89%  {left:0px; 	top:-11%;}
  90%  {left:0px;	top:-10%;}
  91%  {left:0px; 	top:-9%;}
  92%  {left:0px; 	top:-8%;}
  93%  {left:0px; 	top:-7%;}
  94%  {left:0px;	top:-6%;}
  95%  {left:0px; 	top:-5%;}
  96%  {left:0px; 	top:-4%;}
  97%  {left:0px; 	top:-3%;}
  98%  {left:0px;	top:-2%;}
  99%  {left:0px; 	top:-1%;}
  100% {left:0px; 	top:0%;}
}
.highlight { background-color: yellow; }
ul li{ display:list-item; }