html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	color: #FFF;
}
#navstrip{
	width: 100%;
	background-color:#000;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	z-index:999;
	overflow: hidden;
	position: absolute;
}

