			body{
				background-color: #211F20;
				font-family:'Lucida Grande',sans-serif;
				color:#777;
				margin:0px;
				padding:20px 0 0 0;
			}
			.content{
				background-color:#fff;
				border:1px solid #ccc;
				-moz-border-radius:10px;
				-webkit-border-radius:10px;
				-khtml-border-radius:10px;
				height:510px;
				width:700px;
				margin: 20px auto;
				padding:0px;
			}
			.content h1{
				background-color:#37B3DF;
				color:#fff;
				padding:5px;
				text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
			}
			.content p{
		        margin:10px 0px 0px 10px;
		        width: 323px;
		        float:left;
		        height:175px;
		        padding:5px 5px 0px 5px;
		        -moz-border-radius:10px;
				-webkit-border-radius:10px;
				-khtml-border-radius:10px;
				background-color:#f0f0f0;
				border:1px solid #ccc;
				font-size: 18px;
				cursor:pointer;
		      }
		    a.button{
		        width:160px;
		        height:45px;
		        color: #ccc; 
		        background:transparent url(../images/button.png) no-repeat center center;
		        float:left;
		        text-decoration:none;
		        line-height:45px;
		        font-weight:bold;
		        margin:10px 0px 0px 80px;
		        text-align:center;
		        clear:both;
		      }
		    a.button:hover{
		        color:#fff;
		        -moz-opacity:0.9;
		        opacity:0.9;
		      }
			.footer{
			  text-align:center;
			  }
			.ad{
				width:730px;
				margin:5px auto;
			}
.jbar{
	height:50px;
	width:100%;
	background-color: #fff;
	position:fixed;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
	opacity: 0.95;
	-moz-opacity: 0.95;
	text-align:center;
	left:0px;
	z-index:9999999;
	margin:0px;
	padding:0px;
}
.jbar-top{
	top:0px;
	border-top:2px solid #fff;
	border-bottom: 1px solid #ebebeb;
}
.jbar-bottom{
	bottom:0px;
	border-bottom:2px solid #fff;
	border-top: 1px solid #ebebeb;
	color:#777;
}
.jbar-content{
	line-height:46px;
	font-size: 18px;
	font-family:'Lucida Grande',sans-serif;
}
a.jbar-cross{
	position:absolute;
	width:31px;
	height:31px;
	background:transparent url(../images/cross.png) no-repeat top left;	
	cursor:pointer;
	right:10px;
}
a.jbar-cross:hover{
	background-image: url(../images/cross_hover.png)
}
.jbar-top a.jbar-cross{
	top:8px;	
}
.jbar-bottom a.jbar-cross{
	bottom:8px;
}