.rateus {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    color: #424242;
    margin: 0;
}
.rateus a, .rateus a:visited {
    color: #424242; 
}

.your_wrapper {
    max-width: 2800px; /* You don't have to adjust height, height it will become your image heigt.*/
    position: relative; /* important to use relative or absolute postion, otherwise starshine effect element can "fly away"*/
    margin: 0 auto;
}
.your_wrapper img {
    width: 100%;
    display: block; /*need this to make div's height equals exactly the img height*/
}
.your_wrapper .effect {
    position: absolute; /* should be absolute, otherwise it will push down your picture.*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* effect on top of the picture */
}
rect {
	display:none;
}