html,body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 

	font-family: Courier New, Courier, monospace;
	font-size: 10pt; /*14px;*/

	background-image: url(gfx/bg.gif);
	background-repeat:repeat;
	color: #aaaaaa;

	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 

	scrollbar-base-color: #202020;
	scrollbar-arrow-color: #ffffff;
	scrollbar-DarkShadow-Color: #000000;
}

td {
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;

	padding:5px; 
	margin:0; 
}

img { border: 0;}

a
{
	color: #cccccc;
 	text-decoration: none;
	font-weight:bold;
}
a:hover
{ 
	color: #ffffff;
	text-decoration: underline;
}


#title_logo {
	z-index:2;
	background-image: url(gfx/header.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -400px;
	top:25px; 
	left: 50%;
	width: 800px;
	min-width:800px; 
	height: 150px;
}

#navi {
	z-index:3; 
	position: absolute;

	background-image: url(gfx/navi.gif);
	background-repeat:no-repeat;

	top: 175px;
	width: 800px;
	min-width:800px;
	height: 20px;
	left: 50%;
	margin-left: -400px;
	padding-left: 5px;
	color: #280B00;
}

#bg_l {
	z-index:0;
/*	background-image: url(gfx/bg_l.gif);
	background-repeat: repeat-y;*/
	position: absolute;
	top: 0;
	width: 112px;
	height: 100%;
	left: 50%;
	margin-left: -512px;
	padding:0;
}

#content {
	z-index:1; 
	display:block; 
	overflow:auto; 
	position:absolute; 
	top: 195px;
	bottom: 25px;
	width: 760px;
	left: 50%;
	margin-left: -400px;
	background-color: #000000;
	padding:20px;
	text-align:justify;
}

* html #content {
	top:0;
	bottom:0;
	height:100%;
	width:800px;
	border-top:195px solid transparent; 
	border-bottom:25px solid transparent; 
}


#bg_r {
	z-index:5;
/*	background-image: url(gfx/bg_r.gif);
	background-repeat: repeat-y;*/

	background-image: url(gfx/bg.gif);
	position: absolute;
	top: 0;
	width: 112px;
	height: 100%;
	left: 50%;
	margin-left: 400px;
	padding:0;
}

#footer {
	z-index:4;
	text-align:center;
	position:absolute; 
	left: 50%;
	margin-left: -400px;
	bottom:0; 
	width:800px; 
	min-width:800px; 
	height:25px; 
/*	background-image: url(gfx/footer.gif);
	background-repeat: no-repeat;*/
	
	background-image: url(gfx/bg.gif);
	font-size: 8pt;
	color: #121212;
	/*background-color: #131313;*/
	border-top: 1px solid #1A1A1A;
}

#input_o,#input
{
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;

	background: #000000;
	color: #FFFFFF;
	border: 2px solid #202020;
	scrollbar-base-color: #202020;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-DarkShadow-Color: #000000;
}

#input
{
	width: 250px;	
}
	
#button
{
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;

	background: #4D1700;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #202020;
}

#line
{
	color: #603a1e;
	width: 90%;
	text-align:left;
}
