/* CSS Document */
@charset "utf-8";

#video {
		position: fixed;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
		z-index:1;
	}

#tint { 
		background-color:rgba(0,153,255,0.7);
		position: fixed;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
		z-index:2;
	}

body {
	font-family:"MS Sans Serif", Geneva, sans-serif;	
	color:#b8e2fe;
	margin: 0;
	padding: 0;	
	scrollbar-3dlight-color:#09F; 
	scrollbar-arrow-color:white; 
	scrollbar-base-color:none; 
	scrollbar-darkshadow-color:none; 
	scrollbar-face-color:#b8e2fe; 
	scrollbar-highlight-color:#09F; 
	scrollbar-shadow-color:#09F;
}

img {width:100%; height:100%; margin-bottom:15px;}

#content {
	background-color:rgba(0,153,255,0.5);
	border: 0px solid #b8e2fe;
	border-radius: 20px;
	padding:15px;
	/* height:600px; */
	width:640px;	
	position: absolute;
	margin: auto;
	/* top: 0;
	bottom: 0; */
	right: 0;
	left: 0;
	z-index:3;
	box-shadow: 0px 0px 25px #b8e2fe;
	margin-top:25px;
	margin-bottom:25px;
}

#links {
	height:300px;
	width:100%;
	padding:0;
	overflow-x:scroll;
	overflow-y:none;
	}

h1 {text-transform:uppercase;}

li {	list-style:square;
		color: orange;
		}

a:link {	color : #b8e2fe; text-decoration : none;}
a:visited { color : #b8e2fe; text-decoration : none;}
a:active, a:hover {	color : orange; text-decoration : none;}