@charset "UTF-8";

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

document{
	width:100%;
	height:100%;
	}

body {
	margin:0px;
	padding:0px;
	color:white;
	background-color:#000000;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	height:100%;
	width:100%;
	overflow:hidden;
}

p {
	margin:0px;
	padding:0px;
}


a { 
	font-weight:normal !important; 
	color:white !important; 
	text-decoration:underline !important; 
	}

a:visited {
	color:silver !important;
	}

		
#emobar {
		position:absolute;
		bottom:40px;
		left:35px;
		margin:0px;
		border:0px;
		z-index:5;
	}


#background-layer{ 
	margin:0px auto; 
	text-align:left; 
	vertical-align:top;
	position:fixed;
	z-index:1;
	}
				
#content-layer { 
	position: absolute; 
	width:100%;
	height:100%;
	z-index:10; 
	}
		
#content-scroll{
	overflow:auto;
	overflow-x:hidden;
	width:100%;
	height:100%;
	}
		
#content-box{ 
	width:400px; 
	text-align:left; 
	padding:50px;
	color:#333333;
	}

