﻿html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #000000;
		width: 100%;
		height: 100%;
		font-family:Arial, Helvetica;
		font-size:10px;
		letter-spacing:2px;
		color: #666666;
		
	}
	
	
	a:link {color:#666666; text-decoration:none;}      /* unvisited link */
	a:visited {color:#666666; text-decoration:none;}  /* visited link */
	a:hover {color:#999999; text-decoration:none;}  /* mouse over link */
	a:active {color:#999999; text-decoration:none;}  /* selected link */
	
	#text_div
	{
		color: #FFFFFF;	
		font-size:medium;
		z-index:9000;
		width:300px;
		height:180px;
		position:absolute;
		bottom:3%;
		left:36%;
		font-size:12px;
	}
	
	#innerText
	{
		padding:20px 0 0 20px;	
	}
	
	#text_bg
	{
		background-color:GrayText;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		width:300px;
		height:180px;
		position:absolute;
		bottom:3%;
		left:36%;
		z-index:8999;
	}
	
	#screen {
		position: absolute;
		left: 10%;
		top:  16%;
		width: 80%;
		height: 80%;
		background: #000;
		color: #FFFFFF;
	}
	#screen img { 
		position: absolute;
		cursor: pointer;
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	h1
	{
		color: #FFFFFF;
		}
	#screen .tvover {
		border: solid #876;
		opacity: 1;
		filter: alpha(opacity=100);
		z-index:1;
		position:relative;
	}
	
	#screen .tvon {
		border: solid #876;
		opacity: 1;
		filter: alpha(opacity=100);
		z-index:7999;
		position:relative;
	}
	
	#screen .tvout {
		border: solid #fff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		z-index:1;
	}
	
	#screenFilter {
		border: solid #fff;
		opacity: .9;
		background-color:#CCCCCC;
		filter: alpha(opacity=90);
		height:1000px;
		width:1440px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:41;
	}

	#bankImages {
		display: none;
	}
#logo_menu {
	color: #666666;
	padding: 3px;
	position:absolute;
	bottom:5%;
	left:5%;
	z-index:1;
	font-size:12px;
	}

#logo_menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#logo_menu ul li {
	margin-left: 0;
	padding-left: 8px;
	border: none;
	list-style: none;
	display: inline;
	color:#666666;
	letter-spacing:2px;
	text-transform: capitalize;
	}

	
#page_effect
{
	height:800px;
	width:880px;
	background-color:#e6e6e6;
	font-size: 13px;
	color:#716868;
}

#myText
{
	text-decoration: none;
	border:0;
	letter-spacing:2.5px;
	width:600px ; 
	height:600px; 
	margin-top:3%;
	margin-left: auto ; 
	margin-right: auto ; 
	text-align:left;
	background:#ffffff; 
	color:#666666;
	z-index:9999;
}

#footer
{
	position:absolute;
	bottom:2%;
	left:30%;
	height:13px;
	width:461px;		
}

#close_button
{
	padding:10px 0 0 10px;	
}
#closeButton
{
	text-align:right;	
	z-index:9001;
	width:300px;
	height:180px;
	position:absolute;
	bottom:3%;
	left:36%;
}

#closeButton a {
	text-decoration: none;
	border:0px;
	border-color:Black;
	}	
	
	#closeButton a:link, #closeButton a:visited {
	color: GrayText;
	border:0px;
	border-color:Black;
	}
	
	#CONTACT
	{
		width:437px;
		height:234px;
		margin-left: auto ; 
		margin-right: auto ; 
		margin-top:70px;
	}
	
	#logo
	{
		width:221px;
		height:20px;
		position:absolute;
		bottom:5%;
		right:5%;
		font-size:14px;
		letter-spacing:3px;
	}