html {
	height: 100%;
	overflow: hidden;
}
body {
	background-color: #111111;
	margin:0px;
	height: 100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#DDDDDD;
	overflow: hidden;
}
div#bg {
	background-image:url(bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
    filter: alpha(opacity=25);
	-moz-opacity: .25;
	-khtml-opacity: .25;
	opacity: .25; 
	background-color: black;
	width:100%;
	height: 100%;
}
div#frame {
	position:fixed;
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	overflow:hidden;
}
div#head{
	position:absolute;
	left:32px;
	top:32px;
	right:32px;
	height:16px;
	background-color:#222222;
	padding:4px 8px;
	font-size:0.8em;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
    filter: alpha(opacity=85);
	-moz-opacity: .85;
	-khtml-opacity: .85;
	opacity: .85;
	overflow:hidden;
}
.content {
	position:absolute;
	bottom:44px;
	top:56px;
	left:32px;
	right:32px;
	font-size:0.75em;
	background:url('pattern-trans.png');
	padding:8px; 
	overflow:auto; 
	border:medium none; 
}
div#foot {
	position:absolute;
	bottom:32px;
	left:32px;
	right:32px;
	background-color:#222222;
	text-align:center;
	font-size:0.6em;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
    filter: alpha(opacity=85);
	-moz-opacity: .85;
	-khtml-opacity: .85;
	opacity: .85; 
}
div#notice {
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	position:fixed;
	padding-left: 4px;
	padding-right: 4px;
	overflow:hidden;
	background-color:#000000;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: .75;
	opacity: .75;
	-moz-border-radius-topleft:15px;
	font-size:0.6em;
}
div#head h1 {
	float:left;
}
div#controls {
	float:right;
}
h1, h2, p {
	font:inherit;
	font-size:1em;
	margin: 0px;
	padding: 0px;
}
p.columns {
	-moz-column-width: 320px;
	-moz-column-gap: 32px;
	text-align:justify;
}
h1 {
	font-weight:bolder;
}
h2 {
	font-weight:bold;
	margin-top:1em;
}
a {
	padding-left:14px;
	background-image: url(link-trans.png);
	background-position: 2px 5px;
	background-repeat: 	no-repeat;
}
a, a:active, a:visited {
	text-decoration: none;
	color:#DDDDDD;
}
a:hover {
	color:#FFFFFF !important;
}
input {
	margin:0px;
	border: 1px solid #999999;
	font-family:inherit;
	font-size:10px;
	color: inherit;
	background:transparent;
}
textarea {
	font-size:16px !important;
	color:inherit; 
	display:none;
}
div#content img, div#content object, div#content object {
	float:right;
	margin: 0px 0px 8px 8px;
}


.page_Home a {
	margin-right:8px;
	padding-left:0;
	background:none;
} .columns { column-width: 512px; -moz-column-width: 512px; column-gap: 32px; -moz-column-gap: 32px; }
