/* model style sheet 1 */

/* 
tags not activated 
body  	{  font-size: 100%; font-family: Arial, Helvetica; background: #FF0000;}

*/

body { overflow: hidden; color: 'white'; margin: 0; font-family: verdana; font-size: 12px; color:white; background-color: 'black';}

.layer0 { position: absolute; width: 100%; height: 100%; overflow: hidden; z-index: 0;}
.layer1 {
	position: absolute;
	width: 1200px;
	height: 80%;
	overflow: visible;
	z-index: 1;
	margin: 60px;
}

.b1  { margin-top: 20px; text-align: justify; width: 60%; }
.b2  { margin-top: 20px; font-weight: bold; }
.b3  { margin-top: 20px; font-weight: bold; font-size; 14px; }

.dark-top, .dark-bottom {
border:0;
  width:504px;
  height:13px;
}
.dark-top {
  background: transparent url(images/black-top-504w.png) no-repeat 0 0;
	padding:0 0 0 12px;
}
.dark-bottom {
  background: transparent url(images/black-bottom-504w.png) no-repeat 0 0;
}
.dark-centre {
  background: black;
	margin:0;
	border:0;
	}

		
.dark-block {
	margin: 50px 0 0;
	padding: 0px;
	width:504px;
	overflow:visible;
	position:relative;
	border:0;
	float:left;
}


#block1 {
	margin-right:100px;
}
.big-star {
	position: absolute;
	left: -50px;
	top:-50px;
	width:100px;
	height:100px;
	z-index:9999;
	opacity:0.3;
}
.star-white {
	background: url(images/big-star-white-100.png) no-repeat 0 0;
	opacity:1;
}
.star-red {
	background: url(images/big-star-red-100.png) no-repeat 0 0;
	opacity:0.7;
}
.star-blue {
	background: url(images/big-star-blue-100.png) no-repeat 0 0;
	opacity:0.7;
}
.star-green {
	background: url(images/big-star-green-100.png) no-repeat 0 0;
	opacity:0.2;
}

.dark-block h2, .dark-block p {
	margin:0;
	padding:12px 10px 0;

}
.dark-block h2 {
 
  padding-top:0;
}
.star-row {
  float:left;
	padding:0;
	margin:0 0 -7px;
	background: transparent url("images/star-white-18.png") no-repeat 0 0;
	width:18px;
	height:18px;
	opacity: 0.3;
	
}

