/* CSS Document */

#nav { position: absolute; height: 100px; width: 100px;
       background-color: #d0d0d0; }
#content { position: absolute; top: 70px; left: 150px; background-color: #d0d0d0; }

