html 

body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	overflow:hidden;
	background-color: #000;

}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow:hidden;
	background-color:#000;

}

	#mask {
		width:500%;
		height:100%;
		background-color:#000;
	}

	.item {
		width:20%;
		height:100%;
		float:left;
		background-color:#202020;
	}
	
	.content {
		width:980px;
		height:580px;
		top:2%;
		margin:0 auto;
		position:relative;
		
	}
	
	.selected {
/* 		background:#fff; */
		font-weight:700;
	}

	.clear {
		clear:both;
	}






#img {
	width: 980px;
	height: 600px;
	background-position: center center;
	background-repeat: none no-repeat;
	background-image: url(image_grd.jpg);
}

#conteudo {
	font-size: 14px;
	width: 380px;
	max-height: 560px;
	overflow: auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
/* 	border: white thin solid; */
	padding-left: 650px;
	padding-top: 280px;
	color: #dfdfdf;
	
}

#conteudo a{
	color: #dfdfdf;
	text-decoration: none;
}

#conteudo a:hover{
	color: #dfb300;
	text-decoration: none;
}

#tudo {
width: 520px;
float: left;
clear: none;
color: #dfdfdf;
padding-top: 20px;
}

#conteudo2 {
	font-size: 14px;
	width: 380px;
	max-height: 560px;
	overflow: auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
/* 	border: white thin solid; */
	padding-top: 30px;
	color: #dfdfdf;
	float: right;
	clear: none;
}


#conteudo2 a{
	color: #dfdfdf;
	text-decoration: none;
}

#conteudo2 a:hover{
	color: #dfb300;
	text-decoration: none;
}


p.p1 {
font: 11.0px Helvetica;
padding-left: 7px;
line-height: 14px;

}

p.p2 {
font: 12.0px Helvetica; 
padding-left: 7px;
font-weight: bold;
line-height: 14px;

}

p.p2line {

font: 12.0px Helvetica; 
border-bottom: 1px solid #aaa;
padding-left: 7px;
font-weight: bold;
line-height: 24px;

}


p.p3 {
color: #dfb300;
font: 18.0px Helvetica; 
padding-left: 7px;
line-height: 6px;
}

p a{
text-decoration: none;
color: #dfdfdf;
}

p a:hover{
text-decoration: none;
color: #dfb300;
}


::-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: #202020;
-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
height: 10px;
background-color: #666;
-webkit-border-radius: 5px;
}


