/*
    Document   : global.css
    Created on : 18 mai 2009, 13:23:37
    Author     : Killian EBEL
*/

@import '../reset.css';

/*******************************************************************************
            GLOBAL
*******************************************************************************/

body {
    background: #FFF url('../images/body_background.gif') repeat-y center;
    font-family: Verdana, Tahoma, Geneva, Kalimati, FreeSans, Garuda, Utkal, "Nimbus sans L", Arial;
    font-size: 1em;
}

#inside {
    width: 100%;
}

#inside .content {
    padding: 5%;
}
