#Particles 
{
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;

    position: absolute;
    z-index:4;
    opacity:0.5;   
}

#Particles canvas 
{
    display: block;
    vertical-align: bottom;
}