html, body {
      height: 100%;
      margin: 0px;
      padding: 0px;
      border: none;
}

#nav {
    text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#menu-logo-top {
	display: block;
	margin: 0px;
	padding: 40px 10px 0px 10px;
	border-width: 0px 0px 5px 0px;
	border-bottom: solid 4px white;
    text-align: center;
}

#menu-logo-bottom {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px;
}