#makecard { 
		background: rgba(00, 00, 00, 0.5) !important; 
		background: #ffffff;
		filter: alpha(opacity=90);
		position:fixed;
		left:0px;
		top:0px;
		text-align:center;
		width:100%;
		height:100px;
		margin:0px auto; 
		padding-left:0px;	
		color:#33ffff;
		font-size:20pt;
		font-weight:bold;
		z-index:50000;
		text-decoration:none;
		}

#makecard a {margin:2px; color:#fff;text-decoration:none;}