html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body 
	{	
	height: 100%;
	margin: 0;
	padding: 0;
/*	background-image: url("../images/bg.jpg"); */
	background-color: #181818; 		
	color:#6C6F78;
	overflow: auto;
}

.newcolor
	{	
	background-color: #1a1d2;	
	}


.copyright {
	font-family: Arial, times new roman;
	font-size: 10;
}


.subheader {
background-color: #2F2E34;
color:#C3CB98;
&nbsp;
}

.divMenu {
background-color: #353439;
position: relative;
visibility: visible;
}

.divIndexLeft {
position: relative;
visibility: visible;
}

.divIndex_picture1 {
position: absolute;
visibility: hidden;
top: 80px;
}

.divIndex_picture2 {
position: absolute;
visibility: hidden;
top: 80px;
}

.divIndex_picture3 {
position: absolute;
visibility: hidden;
top: 80px;
}

.divIndex_picture4 {
position: absolute;
visibility: hidden;
top: 80px;
}

.divIndex_picture5 {
position: absolute;
visibility: hidden;
top: 80px;
}

.divFlash {
position: absolute;
visibility: hidden;
top: 75px;
}


 a:link {
  color:#FF8C00;
  text-decoration:none;
 }
 a:visited {
  color:#CAF99B;
  text-decoration:none;
 }

 a:hover {
  color:#99C9FF;
  text-decoration:none;
 }