* { margin: 0; padding: 0; }

html, body { background: #000; }

img { border: none; display: block; }

#quote { bottom: 50px; left: 50px; right: 50px; position: absolute; }
#quote img { float: right; max-width: 100%; }

#content { bottom: 50px; color: #fff; font: 15px Abel, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; position: absolute; left: 100px; overflow: hidden; text-shadow: 0 1px 0 #000; }

#content .logo { background: #000; float: left; margin-right: 1px; padding: 20px; }

#content .info { background: #000; float: left; line-height: 25px; padding: 37px 20px 36px; }
#content .info p { float: left; margin: 0 20px; }
#content .info p a { color: #fff; }

/*
#content { background: #000; bottom: 50px; color: #fff; font: 15px Abel, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; padding: 20px 30px; position: absolute; left: 100px; text-shadow: 0 1px 0 #000; }
#content h1 { font-size: 22px; margin: 0 20px; }
#content p { float: left; margin: 0 20px; }
#content a { color: #fff; text-decoration: none; }
*/