div {
  border-style:solid;
  border-width:thin;
  border-color: #0000ff;
  margin: 5px;
  background-color: #000000;

  border-style: none;
}

div#container {
position: absolute;
top: 0px;
left:0px;
width: 95%;
max-width:100%;
height: 100%;
border-width:thin;
background-color: none; 
}

div#title {
position: absolute;
top: 0px;
left: 100px;
font-size: 40px;
height: 50px;
text-align: center;
margin:0px auto;
width:100%;
}

div#nav {
position: absolute;
top: 60px;
left: 0px;
width: 125px;
height: 600px;
margin: auto;
text-align: center;

}


div#content {
position: relative;
top: 65px;
left: 130px;
max-width: 100%;

padding: 5px;
border-style: double none none double;
}


