@charset "UTF-8";
/* CSS Document */

	body {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:130%;}

  html, body, #container {
  min-height: 100%; 
    width: 100%;
    height: 100%; 
    margin: 0;
    padding: 0;
    }

  html>body #container {
    height: auto; 
    }

  #container {
    position: absolute;
    top: 0;
    left: 0;
	width:99%;
    }

  #main {
    height: 570px;
    padding: .5em;
    padding-bottom: 3em;
    width: 900px;;
    min-width: 900px;
    max-width: 900px;
    margin: 0 auto;
    }

  #footerwrap {
    position: absolute;
    bottom: 0;
    width: 100%;
	height:134px;
	background:url(../images/LivingCityReportCard_footer.gif) no-repeat center bottom;
    }

  #footer {
   
    min-width: 900px;
    max-width: 900px;
    margin: 0 auto;
    }

#leftContent {width:450px; float:left; margin:12px 0 10px 20px; color:#0069A6;}

#rightContent {width:370px; float:right; margin:12px 0 10px 0px; font-size:10px;}

a {color:#C00;}

#dlBtn {float:left;}

#copyright {clear:both; font-size:10px; color:#666; text-align:center;}
