/*
 * BASE.CSS (Design and layout for Dot)
 *
 * version: 0.1
 * media: screen
 *
 * * */
 
 @font-face {
    font-family: 'M+ 2p light';
    src: url('../fonts/mplus-2p-light-sub.eot');
    src: url('../fonts/mplus-2p-light-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-2p-light-sub.woff') format('woff'),
    url('../fonts/mplus-2p-light-sub.ttf') format('truetype');
}

 body{
 /*background:url(../images/woody_bg2-320-320.png);*/
 background:url(../images/grass.jpg);
 }