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

.left {
float : left;
min-height : 100%;
width : 50%; /* 367 = 960 - (960 / 1.61803) */
}

.left img {
padding : 118px 0px 0px 156px; /* (460 / 2) - (224 / 2) ... */
text-align : left;
}

.right {
float : right;
min-height : 100%;
width : 50%; /* 593 = 960 / 1.61803 */
}

ul {
border-top : 1px dotted #827839;
}

a {
color : #827839;
}


