#barwrap{margin-bottom:30px}
.bar{
	text-align: center;
	padding-top: 0;
	background-color: rgba(0,0,0,.8);
	max-height: 170px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	color: #f5f5f5;
	border-bottom: thick ridge rgba(0,0,0,.5);
	-webkit-box-shadow: 0 2px 13px .5px rgba(0,0,0,.3);
	box-shadow: 0 2px 13px .5px rgba(0,0,0,.3);
	display: none;
	z-index: 3008;
	height: 170px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#head-image{margin-right:1%;position:relative;top:8px}
#text{position:relative}
#ok{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	font-size: 25px;
	position: relative;
	top: -50px;
}
#ok a{color:#3EAAEE;text-decoration:none}