/* Hide Alizée sidebar */
#secondary {
    display: none;
}

/* Make content full width */
#primary {
    width: 100%;
}