html{
	height:100%;
}

body{
	background: #000;
	color: #000;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", Verdana, Arial,"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:11px;
	overflow:auto;

}

#wrapper{
    width:800px;
	height:100%;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}


#java{
    width:800px;
	height:100%;

}

#enter{
	text-align: center;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:100px;

}


img {border:none;}

a {text-decoration:none;}
a:link { color: #777 } 
a:visited { color: #777 } 
a:hover { color: orange } 
a:active { color: 777 } 

