#intro_layer {
    left:               0px;
    background-color:   #FFFFFF;        
    width:              100%;
    z-index:            2;
    position:           absolute;
}
        
#intro_layer img { 
    margin: 100px 0px 0px 100px;
}

#toppi {
    width: 800px;
    height: 150px;
    background:url(../images/top.gif) no-repeat #FFFFFF;
}