/* 
    Document   : pepper.css
    Created on : 14/07/2009, 19:26:05
    Author     : Leandro
*/
* { margin:0; padding:0; }
html, body { width:100%; height:100%; }
body { font-family:sans-serif; font-size:12px; background-color:#2b3c1d; }

#wrapper {
    position:relative;
    float:left;
    height:50%;
    margin-bottom:-280px;
    width:1px;
}

#flash-box {
    position:relative;
    clear:left;
    width:844px;
    height:560px;
    margin:0 auto;
    background:url(../img/body-bg.gif) 50% 50% no-repeat #2b3c1d;
}

#flash {
    position:absolute;
    top:30px;
    left:20px;
    height:500px;
    width:800px;
}