html, body {
	margin:0;
	padding:0;
	font:10px/14px Arial, Helvetica, sans-serif;	
	background-color:#000;
	overflow-x:hidden;
	width:100%;
}
	
#topmenu{
	width:100%px;
	height:33px;
	background:url(../images/topmenu_back.gif) 0 0 repeat-x;
}
	#topmenuholder{
		position:absolute;
		left:50%;
		width:1500px;
		height:33px;
		margin:0px 0px 0px -750px;		
		padding:0px 0px 0px 300px;	
	}
	
	#topmenuholder .datartlogo{
		padding:7px 70px 0px 0px;
		float:left;
	}
	
	#topmenuholder .datartlogo a{
		display: block;
		padding: 0;
	}

	#topmenuholder .datartlogo a img{
		border: 0;
	}
	
	.divider{
		height:33px;
		width:28px;
		background:url(../images/topmenu_divider.gif) 50% 4px no-repeat;
		float:left;	
	}
	
	#topmenuholder a{
		font-size:9px;
		height:33px;
		padding:13px 0px 0px 0px;
		color:#fff;
		float:left;
		text-decoration:none;
	}
	
#flashcontent{
	position:absolute;
	left:50%;
	top:33px;
	width:1500px;
	height:1024px;
	margin:0px 0px 0px -750px;
	background-color:#000;
	/*background:url(../images/maketa.jpg);*/
}

   #flashcontent #noflash{
   		position:absolute;
   		color:#fff;
		width:900px;
		left:50%;
		margin:40px 0px 0px -450px;
   }
   
   #flashcontent #noflash h1{
   		font-size:16px; 
		line-height:16px;  
		
   }
   
   #flashcontent #noflash a img{
   		border:none;
   }
   
   #flashcontent #noflash p{
   		font-size:10px;
   		padding:20px 0px 5px 0px;
		margin:0;
   }
   
   

