/* pngcrush -rem cHRM -rem gAMA -rem iCCP -rem sRGB */

body {
  font-family: 'Lucida Grande', 'Arial';
  font-size: 13px;
}

a {
  color: #06C;
}

/***** page body *****/

html {
  background: #313840 url("/m/platform/images/light-gradiant-top.png") repeat-x left top;
}

#page{
  width: 990px;
  margin: 0px auto;  
}

#body, #pageBody {
  background: white;
}

/***** Page Footer *****/

#footerPlaceHolder {
  clear: both;
}

#footer {
  background: #000;
  padding: 1em 15px;
}

#footer .head {
  margin-bottom: 1em;
}

#footer .head a {
  font-size: 20px;
  color: #FFF;
  letter-spacing: -1px;
  text-decoration: none;
}

#footer ul {
  float: left;
  list-style: none;
  margin-right: 45px;
}

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

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

#footer ul a.main {
  color: #FFF;
}

#footer .signature {
  clear: both;
  text-align: right;
  font-size: 80%;
  color: #666;
}

#footer .signature a {
  color: #666;
  text-decoration: none;
}



