 body, html{
  margin: 0;
  padding: 0 0 0 0;
  height: 100%;
 }
 
 .content {
 	width: 100%;
 	height: 100%;
 }
 
 .right-sidebar {
 	border-left: solid 1px #f4c400;
  	position: absolute;
    background-color: #003366;
    width: 120px;
    height: 100%;
 	right: 0;
 	top: 0;
 }
 
.bottom {
position: absolute;
width: 100%;
height: 20px;
bottom: 20;
left: 0;
right: 0;
background-color: #000000;
}

 .sideNavLink {
	 width: 120px; 
	 padding-top: 20px; 
	 text-align: center;
	 font-size: 10px;
 }
a {
	font-size: 12px;
	font-family: arial, "lucida console", sans-serif;
}
a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
}