  	.frame{
    	position: absolute;

		z-index: 2;
	}
	
	.dude{
		position:relative;
		height: 62px;
		width: 300px;
			margin: 0px auto;	
		
	}



	
   	img.loadpic{
		margin: 0px;
	}
    /*---Dude CSS---*/
    .dudecontainer{
    	position: relative;
		overflow: hidden;
		height: 62px;
		width: 300px;
	
	}
	.dudeoverlay{
		position: absolute;
		z-index: 1;
	}
	.dudeblock{	
		height: 62px;
		width: 300px;
	   	background: #3e1051;
	}
	.dudeedge{
		height: 90px;
		width: 320px;	
		background: url('slash.png');
	}
	
	.advocaten{
		position:relative;
		width:70px;
		margin:0 auto;
		height:11px;
		top:0px;
		border:0px solid black;
			
	}