A:link {text-decoration: none; color: #f6981e;}
A:visited {text-decoration: none; color: #be0101;}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}


body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #c5c5c5;
	background-color: #000000;
}

#bg_moon {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: fixed;
z-index: 0;
}

#bg_skyline {
width:100%; z-index:2; position:fixed; bottom:0px; right:0px; border: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 0em; padding-right: 0px;
}

#contents {
position:fixed;
z-index:2;
}

#titlebar {
position:fixed;
left: 45px;
top: 45px;
height: 44px;
width: 100%;
background-color: #54000e;
z-index:3;
text-align: right;
}

#title {
position: fixed;
left:200px;
top: 50px;
z-index: 5;
width:70%;
height:44px;
text-align: center;
}


#navbar {
position:fixed;
left:5px;
top:5px;
z-index:5;
	background-image: url('ui/navbar.png');
	height:639px;
	width:203px;
	text-align: center;
	padding-top: 230px;
	background-repeat: no-repeat;
}

#frame {
position: fixed;
left:210px;
top: 115px;
z-index: 5;
width:70%;
height:65%;
}