/************************************************
 *
 *  File      :   css/ac-temp.css
 *  Date      :   Saturday, 14 June 2006
 *  Version   :   v1.0
 *  Copyright :   (C) 2008 AC Creations
 *  Email     :   juan@ac-creations.net
 *
 ************************************************
 * Global style settings
 ************************************************/
 
    * { margin: 0; padding: 0; }
    
    html { background-color: #1f1f1f; color: #FFF; }
    body { font: 0.8em Verdana, Arial, Helvetica, sans-serif; }
    
/************************************************
 * Layout Settings
 ************************************************/

    #container { width: 364px; margin: 30px auto; text-align: center; }
    #container h1 {
        height: 167px;
        text-indent: -9999px;
        overflow: hidden;
        background: #1f1f1f url(../images/ac-logo.jpg) no-repeat;
    }
    #container h2 { position: absolute; left: -9999px; overflow: hidden; font-size: 0; line-height: 0; }
    
/* Content **************************************/

    #container #content p  { margin-bottom: 20px; font-size: 0.9em; }
    #container #content p img { margin-bottom: 20px; display: block; }
    #container #content em { font-style: normal; color: #ffd987; }
    
    /* Content : Extra **************************/
    
        #container #content #extra a {
            height: 90px;
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            background: #1f1f1f url(../images/cssq-logo.jpg) no-repeat;
        }
        
    /* Content : Copyrights *********************/
    
        #container #content #copyrights p { padding: 20px 0; font-size: 0.8em; }
    
    
