html {
    background: #eee;
    font: .7em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#content {
    text-align: center;
}

#content h1 {
    color: #666;
}

#rotate {
    width: 460px;
    /*centers the div*/
    display:  block;
    margin-right: auto;
    margin-left: auto;
}

#rotate ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#rotate li {
    margin: 0;
    padding: 0;    
    background-image: none;
}

#rotate img {
    padding: 3px;  
    border:  1px solid #ccc;  
    background-color: #eee;
}