html #bghelper{

}
html #container{
background:white;
width:976px;
margin:0 auto;
}
html #header{
padding:50px 30px 30px 30px;
background:transparent;
height:auto;
margin:0;
}
html #content{
padding: 0 30px 30px 30px;
}
html #footer{
margin-left:-9px;
}
table{
font-size:13px;
width:800px;
}
tbody{
width:100%;
}
table th{
text-align:left;
background:#d51e22;
color:white;
padding:3px 6px;
}
table th a{
color:white
}
table td{
padding:3px 6px;
border:1px solid #f6cecf;
}
dl.clickable dt{
color:#d51e22;
text-decoration:underline;
font-size:20px;
padding:10px 0 0 0;
}
#nav{
position:absolute;
top:10px;
left:50%;
margin-left:-467px;
background:black;
width:800px
}
body.task-print{
background:white;
}
body.task-print #nav{
display:none;
}