#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:90px;
			margin:0px; 
			padding-left:0px;	
			color:#33ffff;
			font-size:20pt;
			font-weight:bold;
			z-index:50000;
			text-decoration:none;
		}
body
{
	margin: 0;
}
a {margin:5px; color:#fff;text-decoration:none;}