body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #190923;
}

img{
	border: 0;
}

#header{
	height: 80px;
}

#header-logo{
	float: left;
	margin: 25px 0 0 20px;
}

#header-ptz-message{
	float: right;
	margin: 30px 20px 0 0;
}

#mainNavBar{
	background: #0ec06a;
	height: 36px;
	border-top: 1px solid #45ce8c;
	border-right: 1px solid #37cb83;
	border-bottom: 1px solid #0a8b4d;
	border-left: 1px solid #37cb83;
}

#subNavBar{
	background: #07894a;
	height: 36px;
	border-top: 1px solid #066f3c;
}

#mainContent{
	margin: 24px auto 0;
	text-align: center;
}

#footer{
	background: #12021c;
	height: 36px;
	border-top: 1px solid #483c50;
	border-bottom: 1px solid #0d0114;
	position: fixed;
	bottom: 0;
	width: 100%;
}