body {
			font:13px Arial;
			background-color:#000;
			color:#fff;
			margin:0px;
		}
		
		img {
		border:0px;
		}
		a {
			color:#000;
			text-decoration:underline;
		}
		a:hover {
			color:#000;
			text-decoration:none;
		}
		
		#bg_img {
			position:absolute;
			z-index:1;
			top:0px;
			left:0px;
			overflow: hidden;
			width: 100%;
		}
		
		#badge {
			position:absolute;
			top:10px;
			left:10px;
			z-index:20;
		}
		
		#content {
			width:100%;
			position:absolute;
			z-index: 30;
			text-align:right;
		}
		
		.panel {
			width:200px;
			margin: 10px 50px 0px 0px;
			background-color:#0fef8e;
			opacity:0.6;
			filter:alpha(opacity=60);
			color:#000;
			padding:10px;
			float:right;
			text-align:left;
			clear:both;
		}
		.item {
			margin-bottom:5px;
			border-bottom:1px solid #000;
			padding:0px 0px 5px 0px;
		}
		
		h2 {
			font-size:18px;
			margin:0px;
		}
		
		h3,p {
		font-size:13px;
		margin:0px;
		}
