@CHARSET "UTF-8";

html {
	overflow: hidden;
}
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	padding-top: 72px;
	background: #808080;
}

#bar {
	color: #fff;
	background: #000;
	position: fixed;
	width: 100%;
	height: 52px;
	top: 0;
	left: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .7);
}
	#bar nav > a:first-child {
		display: inline-block;
		width: 210px;
		height: 52px;
		background: url(images/logo.png) left center no-repeat;
	}
	#bar nav > a.btn {
		width: 120px;
		margin: 10px;
	}
	
iframe {
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
}