body {
    background-image: url('../graphics/backgrounds/back1.jpg');
    background-color: #bfd52a;
}

.postBlock {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff; 
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

.postTrigger {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.0;
    filter: alpha(opacity = 0);
	cursor:pointer;
	z-index:2;
}





