body { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 18px; background-color: black; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; }
.name { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
#content { color: black; background-color: white; position: absolute; top: 0; left: 0; width: 400px; z-index: 100; margin: 40px; padding: 10px 20px 20px; opacity: 0.8;  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }
#image { text-align: right; position: absolute; right: 0; bottom: 0; height: 100%; z-index: 10; }
#image img { height: 100%; }
p { }
a { color: black; text-decoration: underline; }
