body { background-color: #CCC; }

div#menu { position: absolute; left: 1px; top: 1px; }
div#content {position: absolute; left: 150px; top: 1px; }

div#menu { font-weight: bold; }
div#menu a:link { color: orange; }
div#menu a:visited { color: orange; }
div#menu a:hover { color: white; }

div#menu .menu-cell { background-color: #1212A7; padding: 20px 5px; }
div#menu .top-empty-menu-cell { background-color: #1212A7; height: 80px; }
div#menu .bottom-empty-menu-cell { background-color: #1212A7; height: 150px; }
div#menu .bottom-menu-cell { background-color: #1212A7; height: 15px; width: 100px; }

div.text { margin: 0px 30px; }

p { width: 650px; }