﻿@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	background-color:#000;
}

#bg {
	/*position:fixed;
	position:relative;*/
	z-index:0;
	top:0; 
	left:0;
	width:100%;
	height:100%;
}
	
#bg_image { 
	position:relative; 
	top:0; 
	left:0; 
	z-index:0;
	width:100%;
	height:100%; 
}


/*
#scrollable { 
	position:relative; 
	width:100%; 
	height:100%; 
	top:0;
	left:0; 
	z-index:2;
}

#my_flash {
	z-index:100;
}

#index_content {

	top: -630px;
	left: -405px;
	width: 5px;
	height: 5px;
	position: relative; 
	z-index: 3;
}
*/