* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
text-align:center;
min-height:652px;/* for good browsers*/
min-width:868px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 652px;
}
#inner {
width: 868px;
height: 652px;
text-align: center;
margin-left:auto;
margin-right:auto;
}
  #logo {
    width: 868px; height: 139px;
    background-image: url(./logo.jpg);
    margin-bottom: 5px;
  }
  
  #partIntro {
    float: left;
    width: 15px; height: 265px;
  }
  
  .part {
    float: left;
    width: 159px; height: 265px;
  }
  
  .partSpacer {
    float: left;
    width: 11px; height: 265px;
    background-image: url(./partSpacer.jpg);
    background-position: top center;
  }
  
  #footer {
    width: 600px; height: 200px;
    margin: 0 auto;
  }

