* { margin: 0; padding: 0; }

body
{
   background: url('bg.jpg') no-repeat top center;
   font-family: Arial;
   color: #7d7e80;
   text-align: center;
}

#container { width: 900px; margin: auto; text-align: left; }
#main { margin-top: 360px; padding-left: 100px; padding-right: 50px; }

#main h1, h2 { text-indent: -9999px; }

#main p { font-size: 10pt; margin-bottom: 10px; }
#main .subheading { font-weight: bold; }
#main .focus      { font-weight: bold; color: #3097b9; margin-bottom: 0px; }

#footer       { margin-top: 107px; padding-top: 3px; padding-left: 270px; height: 200px; position: relative; }
#footer ul    { list-style-type: none; }
#footer ul li { float: left; margin-right: 30px; font-size: 9pt; }
#footer ul li span { display: inline-block; width: 151px; cursor: default; }
#footer ul li img { position: relative; top: 2px; left: 2px; }
#footer a     { color: #7d7e80; font-size: 9pt; text-decoration: none; position: relative; top: 1px; }
#footer a img { border: none; }
#footer p { color: #9e9d9d; font-size: 9pt; clear: both; position: relative; top: 15px; }

#footer a.inhouse { background: url('link.jpg'); position: absolute; right: 0px; top: -50px; display: block; width: 255px; height: 35px; overflow: hidden; text-indent: -9999px; }
#footer a.inhouse:hover { background-position: 0px -35px; }
