body {
background : #fff url('mosaic.jpg') no-repeat center top;
color : maroon;
}

.left {
float : left;
min-height : 100%;
/*width : 38.2%;  960 - (960 / 1.61803) */
width : 35%;
font-size : .825em; /* poetry without <p> */
line-height: 1.25em; /* 16x1.25=20 */ 
margin-bottom:0; 
word-spacing:0.10em;
}

.right {
float : right;
min-height : 100%;
/*width : 61.8%; 960 / 1.61803 */
width : 60%;
}

ul {
border-top : 1px dotted maroon;
}

a {
color : maroon;
}


