@charset "utf-8";

/* CSS Document */



#header {

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: 7pt;

	background-color: #000;

	opacity: .77;

	border-top-right-radius: 80px 50px;

	-moz-border-radius-topright: 80 px 50px;

	-webkit-border-radius-topright: 80px 50 px; 

	padding-right: 20px;

	padding-left: 0px;

	padding-top: 0px;

	width: 940px;

	margin-right:50px;

	margin-left: 0;

	margin-bottom:0px;

	margin-top: 20px;
	border-bottom: thin solid #a6cd38;

 }



body {

	width: 960px;

	height: 100%;

	margin: 0 auto ;


}



#content {

	height: 100%;

	}



#article{

	width: 710px;

	float: left;

	margin-left:0;

	background: #000;

	height: 1200px;
	margin-bottom: 0px;

	overflow-y: hidden;

	overflow-x: hidden;

	opacity: .77;
	scrollbar-face-color: #0000;
	scrollbar-shadow-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #a6cd38;


	}

	

::-webkit-scrollbar {

width: 10px;

height: 10px;

}

::-webkit-scrollbar-button:start:decrement,

::-webkit-scrollbar-button:end:increment  {

height: 30px;

display: block;

background-color: transparent;

}

::-webkit-scrollbar-track-piece  {

background-color: #3b3b3b;

-webkit-border-radius: 6px;

}

::-webkit-scrollbar-thumb:vertical {

height: 50px;

background-color: #A6CD38;

border: 1px solid #000;

-webkit-border-radius: 6px;

}	



#footer {

	font-family: Arial, Helvetica, sans-serif; 

	font-size:12px;

	text-align: center;

	color: #fff;

	background-color: #000;

	clear: both;

	 z-index: 10;

	 height: 3em;

	position:relative;

	left: 0;

	bottom: 0;

	width:auto;

	opacity: .77;

	padding-top: 10px;

	border-top: thin solid #a6cd38;
	border-left: thick solid #A6CD38;

}





link.a.index {

	text-decoration: none;

	border: none;

}

