#topnav {
   width: 100%;

   position: fixed;
   top: 0;
   left: 0;

   background-color: #000000;

   font-family: Arial, sans-serif;
   font-size: 15px;
   padding: 0px 0px;
   height: 55px;
}

#content
{
	display: inline-block;
	width: 100%;
	top: 50px;
	left: 0px;
	margin: 50px 0px;
}


.nav-link {
   display: inline-block;
   width: 80px;
   height: 40px;

   color: #ffffff;
   margin: 0;
   text-align: center;
   line-height: 45px;
   padding: 0px 0px;
   background-color: #202020;
   text-decoration: none;
}

#nav-area
{
	display: inline-block;
	width: 100%;
	height: 50px;
	margin: 0;
	position: absolute;
	background-color: #000000;
	top: 3px;
	left: 200px;
   color: #ffffff;
}

#logo {
   display: inline-block;
   height: 50px;
   width: 200px;
   margin: 0px;
   position: absolute;
   background-color: #000000;
   top: 5px;
   left: 5px;
   font-weight: bold;
}

#about {
   position: absolute;
   top: 0;
   right: 0;
}