body {
	background-color: #ffffff;	
    margin: 0px;
    padding: 0px;  
    color: #000000;
    font-family: serif;  
}
a {
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:1px #000000 dotted;
}
a:link { text-decoration:none; color:#000000; }
a:visited { color:#000000; }
a:hover { text-decoration:none; color:#ffffff; }

#sky {
	margin-top: -320px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	text-align: center;
	}

#enter_img {
	margin-top:-105px;
	margin-left:-75px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2
}
.info {
	font-size: 14px;
	margin-top: 10px;
	line-height: 2em;
}
	
.s {
	font-size: 11px;
}
	
#login {
	position: relative;
	height: 100%;
	top: 50%;
	text-align: center;
	margin-top: 20em;
    z-index: 2;
    font-family: serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

input
{
	width: 128px;
}


#js_debug_text_fix
{
	position: absolute;
	z-index: 1;
}

#display {
	position: absolute;
	width: 800px;
	height: 600px;
	margin-top: -320px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	z-index: 1;
	text-align: center;
	border: 0px;
	/*background-image:url('imgs/sky.jpg');
	background-repeat: no-repeat;
 	background-position: center center;
 	background-attachment:fixed;*/
	
}
	
#js_object_fix
{
	text-align: center;
	background-color: #0000ff;
}

.control {
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.5em;
	z-index: 2px;
	width: 25%;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
}
.note {
	font-size: 10px;
	line-height: 3em;
	z-index: 2px;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
}

#js_cotain_fix
{
	position: absolute;
	width: 0px;
	height:0px;
	overflow:hidden;
	z-index: 0;
}

.box
{
    margin: 0px;
    padding: 0px;
    width: 128px;
    height: 64px;
    
    float: left;
}

.float_clear
{
	clear: both;
}

.type00
{
	background-color: #999999;
    margin: 0px;
    padding: 4px;
}

.type01
{
	background-color: #999999;
    margin: 0px;
    padding: 4px;
}


