BODY {
	PADDING: 0px; 
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

INPUT {
	BORDER: #999999 1px solid;
}

#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#scroller {
	position:absolute; 
	width:60%; 
	height:100%; 
	top:0; 
	left:200px; 
	overflow:auto; 
	z-index:2;
} 

#content {
	padding:10px;
	background-color:#f0f0f0;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	color: #050505;
	margin: 10px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	overflow:auto;
	height:80%;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#fixed {
	position:absolute; 
	top:25px; 
	left:10px; 
	width:150px; 
	z-index:10; 
	padding:10px;
	background: #f0f0f0;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#copyright {
	position:absolute; 
	bottom:10px; 
	left:10px; 
	width:auto; 
	z-index:10; 
	padding:5px;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	color: #050505;
	font-size: 60%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

a,a:visited,a:active {
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #050505;
}

a:hover {
	TEXT-DECORATION: underline;
	color: #f50f0f;
	font-weight: bold;
}

a.dark,a.dark:visited,a.dark:active {
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #f3f3f3;
}

a.dark:hover {
	TEXT-DECORATION: underline;
	color: #f50f0f;
	font-weight: bold;
}

font.top {
	font-size: %120;
	font-weight: bold;
}

div#item2 {
	background: #000000;
	width: 100%;
	color: #fff;
	margin: 3px;
	padding: 2px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

div#item1 {
	background: #f0f0f0;
	width: 100%;
	color: #050505;
	margin: 3px;
	padding: 2px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

