body { font: 13px "Trebuchet MS"; background: rgb(235,235,235); } #picture { background: url(sketch.png); margin: 20px auto; width: 240px; height: 281px; } #content { width: 550px; padding: 20px; text-align: center; margin: 0 auto; background: white; background: -webkit-gradient(radial, 50% 50%, 200, 50% 50%, 280, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)) ); } h1 { font-size: 250%; margin: 0px 0 8px 0; } h2 { font-size: 150%; color: rgb(100,100,100); margin: 8px 0 34px 0; } .links { margin-top: 30px; font-size: 140%; &.horizontal a { display: inline; padding: 0 13px; border-right: 2px solid rgba(0,0,0,0.2); &:last-child { border-right: none; } } a { margin-top: 10px; display: block; text-decoration: none; &:visited { color: blue; } &:hover { text-decoration: underline; } } }