* {
	margin: 0;
	padding: 0;
}

body {
    background-color:#72BE44;
}

#topo {
    border: none;
    position: absolute;
    left:0;
    top:0;  
    width:100%;
    height:150px;
    background: url(img/topo.gif) repeat-x bottom center;
}

#base {
    border: none;
    padding:8px 8px 10px 8px;
    position: absolute;
    left:20px;
    top:0px;  
    width:110px;
    height:75px;
    background-color:#fff;
    z-index:2;
}
#quest {
    border: none;
    padding:0px;
    position: absolute;
    right:20px;
    top:35px;  
    width:*;
    height:*;
    background-color:transparent;
    z-index:3;
}

#pg {
    border: none;
    position: absolute;
    left:0;
    top:150px;  
    width:100%;
    height:67%;
    z-index:1;
}
