body  { background: url('/images/bg_page.jpg') center top repeat-y #000; color: #ccc; text-align: center; line-height: 1.4; margin: 0; font-family: Arial, sans-serif; font-size: 16px; }
#container { background: url('/images/bg_header.jpg') center top no-repeat transparent; width: 900px; margin: 0 auto; text-align: left; }
#content { width: 700px; padding: 40px 100px; }

#rec_info {
  width: 400px;
  float: left;
}

#rec_info img {
  box-shadow: 0px 0px 10px 5px #666;
  margin-bottom: 20px;
}

#download_area {
  font-size: 15px;
  width: 250px;
  float: right;
}

#download_area a {
  font-size: 18px;
  font-weight: bold;
}

#footer { clear: both; text-align: center; font-size: 13px; margin-bottom: 40px }

h1 { background: url('/images/bg_headline.png') center top no-repeat transparent; width: 400px; height: 50px; text-indent: -900em; color: #000; font-size: 1px; margin: 0px auto 40px auto; }

a { color: darkred; text-decoration: none; }
a:hover { text-decoration: underline; }

.error { color: darkred; }

p, form, object { margin: 0 0 20px 0; }

.clear { clear: both; }
