#page.rules {
    overflow: auto; background: url(../images/background.jpg); 
} 

#page.rules #content {
    width: 990px;
    margin: 20px auto;
    font-size: 11px;
}

#page.rules #content h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

#page.rules #content strong {
    font-weight: bold;
}

#page.rules #content p {
    margin-bottom: 12px;
}

#page.rules #content a {
    color: #000000;
}