#topmenu {position: fixed; top: 0; right:0; width: 100%; min-height: 50px ; overflow: hidden; z-index: 300; color: white; background-color:rgb(50, 50, 50);}
#topmenu.no_ban {color: white; background-color: rgb(50,50,50); }

#ban {position: relative ; width : 100% ; height:107% ; max-height : 680px ; background-color:rgb(160,160,160) ; pointer-events: none; 
	background-image: url("gambar.php?a=1");  background-position: 50% 50% ; background-repeat: no-repeat; background-attachment: scroll; background-size:cover; }

#dasg { width:140px; background-color:red; color:white; padding: 6px 15px; font-size:13px; line-height:120%; text-align:center; margin:15px auto 0 auto; cursor:pointer; }
#dasg2 { width:100%; padding: 6px 0; text-align:center; margin:0 auto 0 auto; display:none; }
p { margin-top:0; margin-bottom:20px ;} 
@media screen and (max-width: 960px ) {
	#topmenu {background-color:transparent; }
	#ban { background-position: 45% 50% ; }
 } 
