@charset "utf-8";
/* CSS Document */
html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
	}
	
body {
	font-family:verdana, arial, sans-serif; 
	font-size:76%;
	}
	
#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}
	
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:-6px;
	left:0px;
	overflow:auto;
	z-index:2;
} 
	
#content {
	padding:50px 19% 5px 1%;
	}
	
#fixed_R {
	position:absolute; 
	top:25px; 
	left:82%; 
	width:167px; 
	height:153px;
	z-index:10; 
	color:#567; 
	border:1px solid #000; 
	padding:10px;
	}

#menu {
	position:absolute; 
	top:230px; 
	left:82%; 
	width:167px; 
	height:330px;
	z-index:10; 
	color:#567; 
	border:1px solid #000; 
	padding:10px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	color: #BC1D45;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
}
	
p {
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000;
	}
