body
{
  background-image:   url('/images/background-page.jpg');
  background-repeat:  repeat-x;
}

.wrapper
{
  width:  960px;
  margin: 0px auto;
}

#header img
{ display: block; }

#content
{
  height:               200px;
  padding:              20px 0px;
  background-image:     url('/images/background-content.jpg');
  background-repeat:    repeat-x;
  background-position:  50% 0px;
}

#content blockquote
{
  width:        65%;
  margin:       40px auto;
  text-align:   right;
  font-family:  Georgia, Sans-Serif;
  font-size:    26px;
  font-style:   italic;
  color:        #999;
}

#content blockquote#albert
{
  font-family:  Georgia, Sans-Serif;
  font-size:    18px;
  font-style:   italic;
  color:        #bbb;
}

#footer
{
  clear:        both;
  margin:       50px auto 0px auto;
  border-width: 1px 0px 0px 0px;
  border-color: #eee;
  border-style: solid;
  color:        #aaa;
  font-family:  Tahoma, Sans-Serif;
  font-size:    11px;
  line-height:  30px;
}

#footer span
{ float: right; }

#footer a
{
  color:            #aaa;
  text-decoration:  none;
}

#footer a:hover
{ text-decoration: underline; }
