body{
    /*background:#151515 ;*/
    background:blue;
}

#wrapper {
    min-height: 100%;
    position: relative;
}
#container {
    background: red;
    padding-bottom: 80px;
    overflow: hidden; 
}
#content {
    background: blue;
    width: 1000px;
    margin: 0 auto;
}
header {
    height: 52px;
    background: black;	
}
header div {
    width: 1000px;
    background: red;
    height: 52px;
    margin: 0 auto;
}

table {
    border:1px solid white;
    border-collapse: collapse;
    width:100%;
}

table td {
    border: 1px solid blue;
}

table td.shrink {
    white-space:nowrap
}
table td.expand {
    width: 99%
}

.pfaleague{ 
    text-align: center;
    border:1px solid white;   
}

.pfaleague td{
    border:0px solid white;    
}

